Browse Source

评分按钮颜色修改

zhouna 5 years ago
parent
commit
fa2a5263a7
4 changed files with 8 additions and 4 deletions
  1. 2 1
      src/css/qcList.less
  2. 2 1
      src/css/qcListDept.less
  3. 2 1
      src/css/qcListDocteam.less
  4. 2 1
      src/css/qcListPerson.less

+ 2 - 1
src/css/qcList.less

@@ -96,7 +96,8 @@ table{
     border-radius:4px;
     box-sizing: border-box;
     border: 1px solid @activeColor;
-    color: @activeColor;
+    color: #fff;
+    background: @activeColor;
 }
 .filterBox{
     position: relative;

+ 2 - 1
src/css/qcListDept.less

@@ -94,7 +94,8 @@ table{
     border-radius:4px;
     box-sizing: border-box;
     border: 1px solid @activeColor;
-    color: @activeColor;
+    color: #fff;
+    background: @activeColor;
 }
 .filterBox{
     position: relative;

+ 2 - 1
src/css/qcListDocteam.less

@@ -94,7 +94,8 @@ table{
     border-radius:4px;
     box-sizing: border-box;
     border: 1px solid @activeColor;
-    color: @activeColor;
+    color: #fff;
+    background: @activeColor;
 }
 .filterBox{
     position: relative;

+ 2 - 1
src/css/qcListPerson.less

@@ -99,7 +99,8 @@ table{
     border-radius:4px;
     box-sizing: border-box;
     border: 1px solid @activeColor;
-    color: @activeColor;
+    color: #fff;
+    background: @activeColor;
 }
 .filterBox{
     position: relative;