# up login logo

This commit is contained in:
xianfuxing 2018-07-30 18:05:08 +08:00
parent 3544c6cf33
commit a470daee1f
2 changed files with 7 additions and 1 deletions

BIN
src/assets/logo-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -2,7 +2,8 @@
<div class="login-container">
<el-form class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
<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>
</div>
<el-form-item prop="username">
@ -225,6 +226,11 @@ $light_gray:#eee;
top: 5px;
right: 0px;
}
.login-logo {
width: 50%;
height: 50%;
padding-bottom: 1rem;
}
}
.show-pwd {
position: absolute;