2
0

fix:移动和pc自适应菜单

This commit is contained in:
zhongzm
2024-12-24 18:46:45 +08:00
parent f3ca00d88a
commit 70979b17e1
7 changed files with 431 additions and 168 deletions

View File

@@ -10,7 +10,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
tab: {visible: false, cache: true, height: 44, mode: "chrome"},
fixedHeaderAndTab: true,
sider: {inverted: false, width: 220, collapsedWidth: 64, mixWidth: 90, mixCollapsedWidth: 64, mixChildMenuWidth: 200},
footer: {visible: true, fixed: false, height: 36, right: true}
footer: {visible: true, fixed: false, height: 50, right: true}
};
/**