zhangxc 5 năm trước cách đây
mục cha
commit
981daf61df
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/css/reset.less

+ 4 - 1
src/css/reset.less

@@ -68,12 +68,15 @@ table {
   width: 100%;
   border:1px solid #E2E5EF;
   border-collapse: collapse;
-  thead{
+  thead {
     background: #EFF0F9;
   }
   tr:nth-child(2n){
     background: #EFF1F6;
   }
+  thead tr{
+    background: #EFF0F9!important ;
+  }
   th,td{
     height: @trHeight;
     box-sizing: border-box;