li.shaoyi 3 years ago
parent
commit
51d6175fa1
2 changed files with 4 additions and 1 deletions
  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;
+    }
 }