|  | @@ -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>
 |