li.shaoyi 3 년 전
부모
커밋
51d6175fa1
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/assets/styles/mixin.less
  2. 4 0
      src/common/components/tableScroll/index.less

+ 0 - 1
src/assets/styles/mixin.less

@@ -313,7 +313,6 @@
         .ant-table-placeholder {
             border    : 0;
             background: @m-black2;
-            min-height: 190px;
         }
     }
 

+ 4 - 0
src/common/components/tableScroll/index.less

@@ -25,4 +25,8 @@
     .ant-table {
         background-color: transparent;
     }
+
+    .ant-table-empty .ant-table-body {
+        display: none;
+    }
 }