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 (
<>
{