소스 검색

chore: update

xiaoxian521 2 년 전
부모
커밋
5ac646444f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/components/sidebar/sidebarItem.vue

+ 0 - 1
src/layout/components/sidebar/sidebarItem.vue

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