zhangxc 5 سال پیش
والد
کامیت
981daf61df
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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;