chore: update

This commit is contained in:
xiaoxian521 2022-08-18 15:35:50 +08:00
parent b36eab2141
commit 5ac646444f

View File

@ -56,7 +56,6 @@ const getDivStyle = computed((): CSSProperties => {
const getMenuTextStyle = computed(() => {
return {
width: pureApp.sidebar.opened ? "210px" : "",
overflow: "hidden",
textOverflow: "ellipsis",
outline: "none"