Forráskód Böngészése

评分按钮颜色修改

zhouna 5 éve
szülő
commit
fa2a5263a7

+ 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;