소스 검색

设置颜色改回

zhouna 5 년 전
부모
커밋
c4a59469ea
5개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/css/qcList.less
  2. 1 1
      src/css/qcListDept.less
  3. 1 1
      src/css/qcListDocteam.less
  4. 1 1
      src/css/qcListPerson.less
  5. BIN
      src/images/setting.png

+ 1 - 1
src/css/qcList.less

@@ -257,7 +257,7 @@ table{
     }
 }
 .setCol{
-    color: @activeColor;
+    color: #777;
     cursor: pointer;
     margin: 0 0 0  50px;
 }

+ 1 - 1
src/css/qcListDept.less

@@ -257,7 +257,7 @@ table{
     }
 }
 .setCol{
-    color: @activeColor;
+    color: #777;
     cursor: pointer;
     margin: 0 0 0  50px;
 }

+ 1 - 1
src/css/qcListDocteam.less

@@ -257,7 +257,7 @@ table{
     }
 }
 .setCol{
-    color: @activeColor;
+    color: #777;
     cursor: pointer;
     margin: 0 0 0  50px;
 }

+ 1 - 1
src/css/qcListPerson.less

@@ -261,7 +261,7 @@ table{
     }
 }
 .setCol{
-    color: @activeColor;
+    color: #777;
     cursor: pointer;
     margin: 0 0 0  50px;
 }

BIN
src/images/setting.png