소스 검색

bug 修复

lilei 3 년 전
부모
커밋
f942f6239c
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  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;
       }
     }
   }