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

feat: 登陆提示

上级 416d9d06
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
<el-button type="primary" class="submit" size="default" @click.native.prevent="handleLogin"> <el-button type="primary" class="submit" size="default" @click.native.prevent="handleLogin">
{{ $t('commons.login') }} {{ $t('commons.login') }}
</el-button> </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>
<div class="login-msg"> <div class="login-msg">
{{ msg }} {{ msg }}
...@@ -234,6 +237,18 @@ export default { ...@@ -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 { .login-form {
margin-top: 80px; margin-top: 80px;
padding: 0 40px; padding: 0 40px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论