Parcourir la source

评分按钮颜色修改

zhouna il y a 5 ans
Parent
commit
fa2a5263a7
4 fichiers modifiés avec 8 ajouts et 4 suppressions
  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;