更新侧边导航栏移动端显示为modal显示。

This commit is contained in:
Maybe_QHL
2022-03-07 14:21:27 +08:00
parent a424788c45
commit 6dab2ab35b
4 changed files with 196 additions and 147 deletions

1
types/config.d.ts vendored
View File

@@ -33,6 +33,7 @@ export interface ImenuSetting {
fixed: boolean;
mixMenu: boolean;
collapsed: boolean;
mobileWidth: number;
}
export interface IcrumbsSetting {