Browse Source

fixed: closed element (#47)

ChasLui 7 years ago
parent
commit
c053fa53c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -24,7 +24,7 @@
       </el-form-item>
       <div class="tips">
         <span style="margin-right:20px;">username: admin</span>
-        </span> password: admin</span>
+        <span> password: admin</span>
       </div>
     </el-form>
   </div>