fix: pin rules pagination and default page size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user