Explorar el Código

修改登陆页面的用户名和密码输入对齐

画安 hace 1 mes
padre
commit
8f4c0b9d73
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/components/ui/LoginForm.vue

+ 3 - 0
src/components/ui/LoginForm.vue

@@ -254,6 +254,9 @@ export default {
   font-size: 16px;
   white-space: nowrap;
   flex-shrink: 0;
+  width: 3em;
+  text-align: justify;
+  text-align-last: justify;
   margin-right: 12px;
 }