We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb835c commit 8fc8352Copy full SHA for 8fc8352
README.md
@@ -12,7 +12,7 @@
12
- [x] 登录/注销
13
- [x] 表格
14
- [x] 表单
15
-- [x] 图表
+- [x] 图表 :bar_chart:
16
- [x] 富文本编辑器
17
- [x] markdown编辑器
18
- [x] 图片拖拽/裁剪上传
src/components/page/Login.vue
<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>
0 commit comments