# up login logo
This commit is contained in:
parent
3544c6cf33
commit
a470daee1f
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -2,7 +2,8 @@
|
||||||
<div class="login-container">
|
<div class="login-container">
|
||||||
<el-form class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
|
<el-form class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<h3 class="title">{{$t('login.title')}}</h3>
|
<!-- <h3 class="title">{{$t('login.title')}}</h3> -->
|
||||||
|
<img class="login-logo" src="@/assets/logo-green.png">
|
||||||
<lang-select class="set-language"></lang-select>
|
<lang-select class="set-language"></lang-select>
|
||||||
</div>
|
</div>
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
|
@ -225,6 +226,11 @@ $light_gray:#eee;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
.login-logo {
|
||||||
|
width: 50%;
|
||||||
|
height: 50%;
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.show-pwd {
|
.show-pwd {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue