From 4fb3dbf76d608dcdafff706a4f4c54be3317b0b6 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Tue, 7 Jul 2026 19:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=93=8D=E4=BD=9C=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/AdminUsersPage.tsx | 140 +++++++++--------- apps/frontend-react/src/styles/main.css | 68 +++++++++ 2 files changed, 141 insertions(+), 67 deletions(-) diff --git a/apps/frontend-react/src/pages/admin/AdminUsersPage.tsx b/apps/frontend-react/src/pages/admin/AdminUsersPage.tsx index f2a440ca..0fb67488 100644 --- a/apps/frontend-react/src/pages/admin/AdminUsersPage.tsx +++ b/apps/frontend-react/src/pages/admin/AdminUsersPage.tsx @@ -312,74 +312,80 @@ export default function AdminUsersPage() { description="管理员可维护后台账号、角色和启停状态,避免继续使用单一口令。" /> - - - layout="inline" - initialValues={filters} - onFinish={applyFilters} - className="filter-form" - > - - - - - - - - - - - - - - + +
+
+
筛选用户
+ + layout="inline" + initialValues={filters} + onFinish={applyFilters} + className="filter-form users-action-form" + > + + + + + + + + + + + + + +
- - - form={createForm} - layout="inline" - initialValues={{ role: 'operator' }} - onFinish={submitCreate} - className="filter-form" - > - - - - - - - - + + + + + +