浏览代码

修复占位图

1
mo 1 年之前
父节点
当前提交
a203feb38a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/tenantAllData/index.module.less

+ 4 - 4
src/views/tenantAllData/index.module.less

@@ -212,17 +212,17 @@
 }
 .emptyC {
   padding-bottom: 0;
-  min-height: calc(100vh -120px);
+  min-height: calc(100vh - 190px);
 }
 .refreshC {
-  min-height: calc(100vh - 120px);
+  min-height: calc(100vh - 190px);
 }
 .refreshD {
-  min-height: calc(100vh - 105px);
+  min-height: calc(100vh - 185px);
 }
 .emptyD {
   padding-bottom: 0;
-  min-height: calc(100vh -105px);
+  min-height: calc(100vh - 175px);
 }
 .top {
   background-color: #f6f8f9;