瀏覽代碼

修改css

chenrui  2 年之前
父節點
當前提交
8cc794eb75
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/views/system/securityCheck/components/securityCheckTableWaybill.vue

+ 5 - 4
src/views/system/securityCheck/components/securityCheckTableWaybill.vue

@@ -135,11 +135,12 @@ export default {
     //   min-height: 600px;
     // }
     .ant-table-body {
-      height: 600px !important;
+      min-height: 0 !important;
+      max-height: 600px;
+    }
+    .ant-table-placeholder {
+      min-height: 650px !important;
     }
-    // .ant-table-tbody {
-    //   min-height: 600px !important;
-    // }
     .ant-table-thead {
       th {
         padding: 15px 12px;