zhangxc 5 年之前
父节点
当前提交
b1d0a7721c

+ 4 - 0
src/css/qcList.less

@@ -35,6 +35,7 @@ table{
     th,td{
         padding:5px 10px;
     }
+ 
     th{
         white-space: nowrap;
     }
@@ -69,6 +70,9 @@ table{
         width: 50px;
         cursor: pointer;
     }
+    .tabTitle   {
+        background: #EFF0F9 !important;
+      }
     
 }
 .tabFoot{

+ 3 - 0
src/css/qcListCopy.less

@@ -83,6 +83,9 @@ table{
         width: 50px;
         cursor: pointer;
     }
+    .tabTitle   {
+        background: #EFF0F9 !important;
+      }
     
 }
 .tabFoot{

+ 3 - 0
src/css/qcListDept.less

@@ -64,6 +64,9 @@ table{
         width: 50px;
         cursor: pointer;
     }
+    .tabTitle   {
+        background: #EFF0F9 !important;
+      }
     
 }
 .tabFoot{

+ 3 - 1
src/css/qcListDocteam.less

@@ -64,7 +64,9 @@ table{
         width: 50px;
         cursor: pointer;
     }
-    
+    .tabTitle   {
+        background: #EFF0F9 !important;
+    }
 }
 .tabFoot{
     height: 40px;

+ 4 - 3
src/css/qcListPerson.less

@@ -30,9 +30,7 @@ table{
     min-width: 1090px;
     border:1px solid #E2E5EF;
     border-collapse: collapse;
-    thead th{
-        background: #EFF0F9;
-    }
+  
     th,td{
         padding:5px 10px;
     }
@@ -69,6 +67,9 @@ table{
         width: 50px;
         cursor: pointer;
     }
+    .tabTitle   {
+        background: #EFF0F9 !important;
+      }
     
 }
 .tabFoot{

+ 1 - 0
src/css/quexianDetailControl.less

@@ -91,6 +91,7 @@
     .main-body{
         // margin: 20px 40px;
         padding-bottom: 0px !important;
+        margin-top: 0;
     }
     table{
         width: 100%;

+ 1 - 3
src/css/reset.less

@@ -74,9 +74,7 @@ table {
   tr:nth-child(2n){
     background: #EFF1F6;
   }
-  thead tr{
-    background: #EFF0F9!important ;
-  }
+ 
   th,td{
     height: @trHeight;
     box-sizing: border-box;