소스 검색

全局表单label颜色调整

wucl 10 달 전
부모
커밋
3bfb357473
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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;
   }
 }