|
@@ -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;
|