数据字典管理分页调整
parent
5ff2ddc388
commit
11b726017d
|
|
@ -166,30 +166,6 @@
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dictionaries-page .dict-type-pagination .ant-pagination-simple-pager {
|
|
||||||
margin-inline-end: 0;
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dictionaries-page .dict-type-pagination .ant-pagination-simple-pager input {
|
|
||||||
margin-inline-end: 0;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dictionaries-page .dict-type-pagination .ant-pagination-simple-pager .ant-pagination-slash {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dictionaries-page .dict-type-pagination .ant-pagination-total-text {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dictionaries-page .dict-type-pagination .ant-pagination-options {
|
|
||||||
margin-inline-start: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabular-nums {
|
.tabular-nums {
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,6 @@ export default function Dictionaries() {
|
||||||
dataSource={types}
|
dataSource={types}
|
||||||
pagination={{
|
pagination={{
|
||||||
...getStandardPagination(typeTotal, typeParams.current, typeParams.size, (page, size) => setTypeParams({ ...typeParams, current: page, size })),
|
...getStandardPagination(typeTotal, typeParams.current, typeParams.size, (page, size) => setTypeParams({ ...typeParams, current: page, size })),
|
||||||
simple: true,
|
|
||||||
size: "small",
|
size: "small",
|
||||||
showQuickJumper: false,
|
showQuickJumper: false,
|
||||||
position: ["bottomCenter"],
|
position: ["bottomCenter"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue