mo 1 year ago
parent
commit
926e765f3e

+ 9 - 3
src/views/tenantAllData/index.module.less

@@ -1,5 +1,7 @@
 .tenantAllData {
   padding: 0 12px;
+  min-height: 100vh;
+  box-sizing: border-box;
   .topWrap {
     padding-top: 16px;
     display: flex;
@@ -210,13 +212,17 @@
 }
 .emptyC {
   padding-bottom: 0;
-  min-height: calc(100vh - var(--header-height));
+  min-height: calc(100vh -120px);
 }
 .refreshC {
-  min-height: calc(100vh - var(--header-height)- 120);
+  min-height: calc(100vh - 120px);
 }
 .refreshD {
-  min-height: calc(100vh - var(--header-height)- 105);
+  min-height: calc(100vh - 105px);
+}
+.emptyD {
+  padding-bottom: 0;
+  min-height: calc(100vh -105px);
 }
 .top {
   background-color: #f6f8f9;

+ 1 - 1
src/views/tenantAllData/tenamtDataDetail.tsx

@@ -291,7 +291,7 @@ export default defineComponent({
           ) : null}
 
           {!showContact.value && !loading.value && (
-            <OEmpty description="暂无学生报名" class={styles.emptyC} />
+            <OEmpty description="暂无学生报名" class={styles.emptyD} />
           )}
         </div>
         <Popup