@@ -1,5 +1,5 @@
.tableContent {
:global(.ant-table-body) {
- height: 590px;
+ height: calc(100vh - 48px - 48px - 64px - 24px - 32px - 47px);
}