feat(projects): 添加判断是否是移动端的hooks

This commit is contained in:
Soybean
2021-11-14 22:16:44 +08:00
parent 1a76de0446
commit 0a9fba90b5
13 changed files with 56 additions and 34 deletions

View File

@ -72,8 +72,6 @@ interface MenuStyle {
mixWidth: number;
/** 混合菜单折叠时的宽度 */
mixCollapsedWidth: number;
/** 分割菜单 */
splitMenu: boolean;
/** 水平模式的菜单的位置 */
horizontalPosition: HorizontalMenuPosition;
/** 水平模式的菜单的位置列表 */