Kaynağa Gözat

全局表单label颜色调整

wucl 10 ay önce
ebeveyn
işleme
3bfb357473
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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;
   }
 }