xiaoxian521 před 2 roky
rodič
revize
5ac646444f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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"