From 86d9a27b286a4c03fac6977d86d72f6cc5da71cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 15 Mar 2023 10:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BC=B9=E7=AA=97=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/left-menu/index.tsx | 2 +- src/index.less | 4 ++++ src/pages/member/index.tsx | 4 ++-- src/pages/system/administrator/compenents/create.tsx | 2 +- src/pages/system/administrator/index.tsx | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/compenents/left-menu/index.tsx b/src/compenents/left-menu/index.tsx index 4bd2973..9c35d8a 100644 --- a/src/compenents/left-menu/index.tsx +++ b/src/compenents/left-menu/index.tsx @@ -60,9 +60,9 @@ const items = [ "system", , [ + getItem("系统配置", "/system/index", null, null, null), getItem("管理人员", "/system/administrator", null, null, null), getItem("角色配置", "/system/adminroles", null, null, null), - getItem("系统配置", "/system/index", null, null, null), ], null ), diff --git a/src/index.less b/src/index.less index cd8429a..81246c0 100644 --- a/src/index.less +++ b/src/index.less @@ -416,6 +416,10 @@ textarea.ant-input { } } +.ant-tree-switcher{ + padding-left: 4px; +} + .ant-modal-confirm-btns > .ant-btn-default:hover { color: #ff4d4f !important; border-color: #ff4d4f; diff --git a/src/pages/member/index.tsx b/src/pages/member/index.tsx index 92b5320..b4a248b 100644 --- a/src/pages/member/index.tsx +++ b/src/pages/member/index.tsx @@ -74,7 +74,7 @@ export const MemberPage: React.FC = () => { { } p="user-store" diff --git a/src/pages/system/administrator/compenents/create.tsx b/src/pages/system/administrator/compenents/create.tsx index 09f2f7f..399d3b8 100644 --- a/src/pages/system/administrator/compenents/create.tsx +++ b/src/pages/system/administrator/compenents/create.tsx @@ -76,7 +76,7 @@ export const SystemAdministratorCreate: React.FC = ({ return ( <> {
} p="admin-user-cud"