瀏覽代碼

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

画安 1 月之前
父節點
當前提交
8f4c0b9d73
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;
 }