chore: update

This commit is contained in:
xiaoxian521
2023-11-16 22:01:20 +08:00
parent 8d5766c1cc
commit 86f4775459
7 changed files with 517 additions and 270 deletions

View File

@@ -60,8 +60,8 @@ const getsubMenuIconStyle = computed((): CSSProperties => {
layout.value === "horizontal"
? "0 5px 0 0"
: isCollapse.value
? "0 auto"
: "0 5px 0 0"
? "0 auto"
: "0 5px 0 0"
};
});
@@ -96,8 +96,8 @@ const getSubMenuDivStyle = computed((): any => {
item?.parentId === null
? "center"
: layout.value === "mix" && item?.pathList?.length === 2
? "center"
: ""
? "center"
: ""
};
};
});