登录样式优化

This commit is contained in:
禺狨
2023-03-09 15:11:00 +08:00
parent be5b7fb24a
commit d1d4d2c3bd
23 changed files with 745 additions and 142 deletions

View File

@@ -21,6 +21,13 @@ function getItem(label: any, key: any, icon: any, children: any, type: any) {
}
const items = [
getItem("首页概览", "/", <SettingOutlined />, null, null),
getItem(
"课程内容",
"8",
<AppstoreOutlined />,
[getItem("课程", "/course", null, null, null)],
null
),
getItem(
"资源管理",
"3",
@@ -55,7 +62,7 @@ const items = [
),
];
const rootSubmenuKeys = ["3", "4", "5", "6", "7"];
const rootSubmenuKeys = ["3", "4", "5", "6", "7", "8"];
export const LeftMenu: React.FC = () => {
//展开的subMenu