feat(components): 添加vertical-mix的导航模式下的菜单

This commit is contained in:
Soybean
2021-09-27 00:47:04 +08:00
parent 2fe3d27a36
commit f24ec1c532
15 changed files with 251 additions and 54 deletions

View File

@ -66,12 +66,12 @@ interface HorizontalMenuPositionList {
interface MenuStyle {
/** 菜单宽度 */
width: number;
/** 混合菜单的宽度 */
mixWidth: number;
/** 菜单折叠时的宽度 */
collapsedWidth: number;
/** 固定菜单 */
fixed: boolean;
/** 混合菜单的宽度 */
mixWidth: number;
/** 混合菜单折叠时的宽度 */
mixCollapsedWidth: number;
/** 分割菜单 */
splitMenu: boolean;
/** 水平模式的菜单的位置 */