|
@@ -95,7 +95,7 @@ onMounted(() => {
|
|
|
<template>
|
|
|
<div class="flex bg-white login-page">
|
|
|
<div class="left-img-wrap">
|
|
|
- <img class="logo-img" src="@/assets/imgs/logo_login.png" alt="" />
|
|
|
+ <img src="@/assets/imgs/login_bg.png" alt="">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-wrap">
|
|
@@ -151,18 +151,18 @@ onMounted(() => {
|
|
|
width: 838px;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
- background-image: url("@/assets/imgs/login_bg.png");
|
|
|
- background-position: bottom right;
|
|
|
- background-size: cover;
|
|
|
- background-repeat: no-repeat;
|
|
|
- .logo-img {
|
|
|
+ background-color: #091F6B;
|
|
|
+ img{
|
|
|
position: absolute;
|
|
|
- top: 193px;
|
|
|
- left: 88px;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
.form-wrap {
|
|
|
flex: 1;
|
|
|
+ padding-left: 20px;
|
|
|
+ padding-right: 20px;
|
|
|
padding-bottom: 200px;
|
|
|
.form-content{
|
|
|
width: 600px;
|