From 11b726017d12d072c0721e8416db2aba04bf1299 Mon Sep 17 00:00:00 2001 From: puz <13060209078@163.com> Date: Tue, 23 Jun 2026 15:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=86=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/system/dictionaries/index.less | 24 ------------------- .../src/pages/system/dictionaries/index.tsx | 1 - 2 files changed, 25 deletions(-) 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"],