Skip to content

Commit 8fc8352

Browse files
committed
Add login tips
1 parent 1cb835c commit 8fc8352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [x] 登录/注销
1313
- [x] 表格
1414
- [x] 表单
15-
- [x] 图表
15+
- [x] 图表 :bar_chart:
1616
- [x] 富文本编辑器
1717
- [x] markdown编辑器
1818
- [x] 图片拖拽/裁剪上传

src/components/page/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="login-btn">
1313
<el-button type="primary" @click="submitForm('ruleForm')">登录</el-button>
1414
</div>
15-
15+
<p style="font-size:12px;line-height:30px;color:#999;">Tips : 用户名和密码随便填。</p>
1616
</el-form>
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)