diff --git a/frontend/src/pages/system/dictionaries/index.less b/frontend/src/pages/system/dictionaries/index.less index 19502a6..c87fe99 100644 --- a/frontend/src/pages/system/dictionaries/index.less +++ b/frontend/src/pages/system/dictionaries/index.less @@ -166,30 +166,6 @@ 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 { font-variant-numeric: tabular-nums; } diff --git a/frontend/src/pages/system/dictionaries/index.tsx b/frontend/src/pages/system/dictionaries/index.tsx index a67f796..46d3e4b 100644 --- a/frontend/src/pages/system/dictionaries/index.tsx +++ b/frontend/src/pages/system/dictionaries/index.tsx @@ -200,7 +200,6 @@ export default function Dictionaries() { dataSource={types} pagination={{ ...getStandardPagination(typeTotal, typeParams.current, typeParams.size, (page, size) => setTypeParams({ ...typeParams, current: page, size })), - simple: true, size: "small", showQuickJumper: false, position: ["bottomCenter"],