Bladeren bron

设置颜色改回

zhouna 5 jaren geleden
bovenliggende
commit
c4a59469ea
5 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  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