소스 검색

样式修改

lilei 2 년 전
부모
커밋
9d7099512e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/index.less

+ 2 - 2
src/components/index.less

@@ -305,7 +305,7 @@
   }
   .ant-table-row{
     td{
-      > div:empty::after{
+      > div:not(.ant-table-row-expand-icon):empty::after{
         content: '--';
       }
       .ant-select-search__field__mirror{
@@ -317,7 +317,7 @@
     margin: 0;
     tr:hover{
       td{
-        > div:empty::after{
+        > div:not(.ant-table-row-expand-icon):empty::after{
           content: '--';
         }
       }