Kaynağa Gözat

Update Navbar.vue

lex-xin 4 yıl önce
ebeveyn
işleme
64ac486a06
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -9,7 +9,7 @@
     <div class="indexlayout-top-menu">
       <!-- :class="{'active': getTopMenuActive === route.path}" -->
       <!-- el-scrollbar -->
-      <el-scrollbar class="horizontal-scrollbar" style="overflow: hidden;">
+      <el-scrollbar class="horizontal-scrollbar" style="overflow: hidden; height: 100%;">
           <template v-for="route in permission_routes">
             <app-link v-if="!route.hidden" :to="route.path" :key="route.id" class="indexlayout-top-menu-li" :class="{'active': getTopMenuActive === route.path}">
                 <span>{{ route.meta.title }}</span>