forked from github/dataease
feat: 登陆提示
This commit is contained in:
parent
416d9d06aa
commit
d5bdeab740
@ -34,6 +34,9 @@
|
||||
<el-button type="primary" class="submit" size="default" @click.native.prevent="handleLogin">
|
||||
{{ $t('commons.login') }}
|
||||
</el-button>
|
||||
<div v-if="uiInfo && uiInfo['ui.demo.tips'] && uiInfo['ui.demo.tips'].paramValue" class="demo-tips">
|
||||
{{ uiInfo['ui.demo.tips'].paramValue }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-msg">
|
||||
{{ msg }}
|
||||
@ -234,6 +237,18 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.demo-tips {
|
||||
margin-top: 20px;
|
||||
font-size: 14px;
|
||||
color: $--color-danger;
|
||||
letter-spacing: 0;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
@media only screen and (max-width: 1280px) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-form {
|
||||
margin-top: 80px;
|
||||
padding: 0 40px;
|
||||
|
Loading…
Reference in New Issue
Block a user