浏览代码

评分按钮颜色修改

zhouna 5 年之前
父节点
当前提交
fa2a5263a7
共有 4 个文件被更改,包括 8 次插入4 次删除
  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;