2026-04-15 09:47:31 +00:00
|
|
|
.app-pagination-container {
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-pagination-container .ant-pagination {
|
|
|
|
|
flex: 1 1 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-pagination-container .ant-pagination-total-text {
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
2026-06-23 07:23:46 +00:00
|
|
|
|
|
|
|
|
.app-pagination-container .ant-select-selection-search-input {
|
|
|
|
|
caret-color: transparent;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|