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: '--';
         }
       }