Browse Source

导航栏模式调整

tongshangming 1 year ago
parent
commit
b03b6b560f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/core/GlobalHeader.vue

+ 1 - 1
src/components/core/GlobalHeader.vue

@@ -132,7 +132,7 @@ const handleSelect = (menu: any) => {
             {{ item.meta.title }}
           </el-breadcrumb-item>
         </el-breadcrumb> -->
-        <div class="flex-grow px-20px">
+        <div class="flex-grow px-20px w-600px">
           <el-menu
             :default-active="menuStore.activeTopMenu.path"
             :class="{ 'top-menu': themeStyle.name === 'nav-dark' }"