Explorar el Código

Update index.module.less

lex hace 1 año
padre
commit
725b1f4f61
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {