|
@@ -2104,6 +2104,12 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc(100vh - 378px);
|
|
max-height: calc(100vh - 378px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 378px);
|
|
|
|
|
+ .ant-empty.ant-empty-normal {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2113,6 +2119,9 @@ input:-internal-autofill-selected {
|
|
|
min-height: calc(100vh - 138px);
|
|
min-height: calc(100vh - 138px);
|
|
|
max-height: calc(100vh - 138px);
|
|
max-height: calc(100vh - 138px);
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 138px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.noPlaceHolder {
|
|
.noPlaceHolder {
|
|
@@ -2147,6 +2156,9 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc(100vh - 407px);
|
|
max-height: calc(100vh - 407px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 407px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.secondTabTableNoBottom {
|
|
.secondTabTableNoBottom {
|
|
@@ -2156,6 +2168,9 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc(100vh - 167px);
|
|
max-height: calc(100vh - 167px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 167px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2168,6 +2183,9 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc(100vh - 443px);
|
|
max-height: calc(100vh - 443px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 443px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.condSecondTabTableNoBottom {
|
|
.condSecondTabTableNoBottom {
|
|
@@ -2177,6 +2195,9 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc(100vh - 196px);
|
|
max-height: calc(100vh - 196px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc(100vh - 196px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.condSecondTabTableHalfTop {
|
|
.condSecondTabTableHalfTop {
|
|
@@ -2194,6 +2215,9 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc((100vh - 443px)/2 - 13px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.halfBottom {
|
|
.halfBottom {
|
|
@@ -2214,6 +2238,9 @@ input:-internal-autofill-selected {
|
|
|
max-height: calc((100vh - 196px)/2 - 16px);
|
|
max-height: calc((100vh - 196px)/2 - 16px);
|
|
|
background: @m-black2;
|
|
background: @m-black2;
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-table-placeholder {
|
|
|
|
|
+ height: calc((100vh - 196px)/2 - 16px);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|