Explorar el Código

fixed: closed element (#47)

ChasLui hace 7 años
padre
commit
c053fa53c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>