Browse Source

Add login tips

lin-xin 9 years ago
parent
commit
8fc8352d94
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      src/components/page/Login.vue

+ 1 - 1
README.md

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

+ 1 - 1
src/components/page/Login.vue

@@ -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>