Ver Fonte

修复占位图

1
mo há 1 ano atrás
pai
commit
a203feb38a
1 ficheiros alterados com 4 adições e 4 exclusões
  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;