提交 d5bdeab7 authored 作者: taojinlong's avatar taojinlong

feat: 登陆提示

上级 416d9d06
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论