fix: 菜单响应式隐藏时宽度计算错误 (#1945)

Co-authored-by: zeozhou <zeozhou@tencent.com>
This commit is contained in:
You
2022-06-16 19:04:07 +08:00
committed by GitHub
parent d21578ab33
commit 554f4615a1
4 changed files with 18 additions and 7 deletions

1
types/config.d.ts vendored
View File

@@ -16,6 +16,7 @@ export interface MenuSetting {
bgColor: string;
fixed: boolean;
collapsed: boolean;
siderHidden: boolean;
canDrag: boolean;
show: boolean;
hidden: boolean;