Browse Source

全局表单label颜色调整

wucl 10 tháng trước cách đây
mục cha
commit
3bfb357473
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/styles/index.scss

+ 3 - 3
src/styles/index.scss

@@ -161,9 +161,9 @@ aside {
   .el-form-item__label {
     width: 21px;
     font-size: 16px;
-    font-weight: 500;
+    font-weight:450;
     color: rgba(102, 102, 102, 1);
-    color: #999999;
+    color: #040000;
     line-height: 16px;
     height: 32px;
     display: flex;
@@ -171,7 +171,7 @@ aside {
     justify-content: flex-end;
   }
   .el-input__inner {
-    color: #333333 !important;
+    color: #040000 !important;
   }
 }