fix: pin rules pagination and default page size

This commit is contained in:
wren
2026-05-07 17:56:59 +08:00
parent 43838c7b8c
commit a14a1f0ee1
2 changed files with 20 additions and 2 deletions
+18
View File
@@ -238,6 +238,24 @@
.rules-test-page .rules-test-table-card {
min-height: calc(100vh - 250px);
display: flex;
flex-direction: column;
}
.rules-test-page .rules-test-table-card .card-body {
flex: 1;
display: flex;
flex-direction: column;
}
.rules-test-page .rules-test-table-card .ant-table-wrapper {
flex: 1;
min-height: 0;
}
.rules-test-page .rules-test-table-card .pagination,
.rules-test-page .rules-test-table-card .ant-pagination {
margin-top: auto;
}
.rules-test-page .rule-check-type span:last-child {