bill 1 年之前
父节点
当前提交
0aadd400b0
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      src/app/ga/view/login/index.vue

+ 12 - 1
src/app/ga/view/login/index.vue

@@ -261,7 +261,7 @@ const submitClick = async () => {
 }
 </style>
 
-<style>
+<style lang="scss">
 .login-layer .el-input {
   --el-input-bg-color: #f6f8fb;
   /* var(--el-fill-color-blank) */
@@ -290,4 +290,15 @@ const submitClick = async () => {
 input[type="password"]::-ms-reveal {
   display: none;
 }
+
+.login {
+  .panel-form-item .el-button,
+  .panel-form-item .el-input__inner {
+    height: 40px !important;
+    font-size: 1.14rem;
+  }
+  .panel-form-item .el-form-item__label {
+    line-height: 40px !important;
+  }
+}
 </style>