Add login tips

This commit is contained in:
lin-xin 2017-02-27 14:28:03 +08:00
parent 1cb835c5ae
commit 8fc8352d94
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
- [x] 登录/注销
- [x] 表格
- [x] 表单
- [x] 图表
- [x] 图表 :bar_chart:
- [x] 富文本编辑器
- [x] markdown编辑器
- [x] 图片拖拽/裁剪上传

View File

@ -12,7 +12,7 @@
<div class="login-btn">
<el-button type="primary" @click="submitForm('ruleForm')">登录</el-button>
</div>
<p style="font-size:12px;line-height:30px;color:#999;">Tips : 用户名和密码随便填</p>
</el-form>
</div>
</div>