Procházet zdrojové kódy

Update index.module.less

lex před 1 rokem
rodič
revize
725b1f4f61
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/tenantAllData/index.module.less

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

@@ -314,11 +314,11 @@
 
 .emptyC {
   padding-bottom: 0;
-  min-height: calc(100vh - 190px);
+  min-height: calc(100vh - var(--header-height));
 }
 
 .refreshC {
-  min-height: calc(100vh - 190px);
+  min-height: calc(100vh - var(--header-height));
 }
 
 .refreshD {