fix: 登入页面图片缺失

This commit is contained in:
chenjianxing 2021-01-27 22:22:29 +08:00
parent 97589f90d9
commit f6fb6fb9ab
5 changed files with 16 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 214 KiB

View File

@ -32,7 +32,7 @@ export default {
operating: 'Operating',
input_limit: 'Within {0} and {1} characters',
login: 'Sign In',
welcome: 'Welcome back, please enter username and password to log in',
welcome: 'One-stop open source continuous testing platform',
username: 'Username',
password: 'Password',
input_username: 'Please enter username',

View File

@ -33,7 +33,7 @@ export default {
operating: '操作',
input_limit: '长度在 {0} 到 {1} 个字符',
login: '登录',
welcome: '欢迎回来,请输入用户名和密码登录',
welcome: '一站式开源持续测试平台',
username: '姓名',
password: '密码',
input_username: '请输入用户姓名',

View File

@ -33,7 +33,7 @@ export default {
operating: '操作',
input_limit: '長度在 {0} 到 {1} 個字符',
login: '登錄',
welcome: '歡迎回來,請輸入用戶名和密碼登錄',
welcome: '壹站式開源持續測試平臺',
username: '姓名',
password: '密碼',
input_username: '請輸入用戶姓名',

View File

@ -5,15 +5,11 @@
<div class="title">
<div class="title-img">
<!--<div class="logo">-->
<img :src="'/display/file/loginLogo'" alt="">
<!--</div>-->
<!--<span id="s1">{{ loginTitle }}</span>-->
</div>
<div class="welcome">
<!--{{ $t('commons.welcome') }}-->
<span>Metersphere</span>
<span>一站式开源持续测试平台</span>
<span>{{ $t('commons.welcome') }}</span>
</div>
</div>
@ -203,6 +199,18 @@ export default {
background-color: #FFFFFF;
}
.image {
background: url(../assets/info.png);
}
.login-logo {
background: url(../assets/logo-dark-MeterSphere.svg);
}
.logo-header {
background: url(../assets/logo-light-MeterSphere.svg);
}
.el-col {
height: 568px;
}