소스 검색

Update index.module.less

lex 1 년 전
부모
커밋
725b1f4f61
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {