Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
f942f6239c
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/components/custom.less

+ 6 - 2
src/components/custom.less

@@ -149,16 +149,20 @@ body{
       padding: 2px 4px!important;
       color: #000!important;
     }
+    &:hover{
+      td{
+        background: #ffb60a!important;
+      }
+    }
   }
   .ant-pagination.ant-table-pagination{
     margin: 10px 0 0;
   }
-  .ant-table-small > .ant-table-content .ant-table-body{
+  .ant-table-small > .ant-table-content .ant-table-body,.ant-table-fixed-right{
     margin: 0;
     tr:hover{
       td{
         background: #ffb60a;
-        color: #fff;
       }
     }
   }