|
|
@@ -2739,8 +2739,8 @@ input:-internal-autofill-selected {
|
|
|
.ant-table {
|
|
|
.ant-table-content {
|
|
|
.ant-table-body {
|
|
|
- min-height: calc(100vh - 414px);
|
|
|
- max-height: calc(100vh - 414px);
|
|
|
+ min-height: calc(100vh - 441px);
|
|
|
+ // max-height: calc(100vh - 414px);
|
|
|
background: @m-black2;
|
|
|
}
|
|
|
}
|
|
|
@@ -2749,13 +2749,13 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-topTableHeight_441_no_bottom {
|
|
|
+.topTableHeight_441_no_bottom {
|
|
|
.srcollYTable {
|
|
|
.ant-table {
|
|
|
.ant-table-content {
|
|
|
.ant-table-body {
|
|
|
min-height: calc(100vh - 201px);
|
|
|
- max-height: calc(100vh - 201px);
|
|
|
+ // max-height: calc(100vh - 201px);
|
|
|
background: @m-black2;
|
|
|
}
|
|
|
}
|