|
@@ -7,7 +7,7 @@
|
|
<div v-for="(routerItem, routerItemIdex) in routerList" @click="setCurrentRouter(routerItem)"
|
|
<div v-for="(routerItem, routerItemIdex) in routerList" @click="setCurrentRouter(routerItem)"
|
|
:class="`border-b-2 border-transparent hover:border-white p-2 mr-4 cursor-pointer multipleyHeader ${activeRouter?.path === routerItem.path ? 'border-white' : ''}`"
|
|
:class="`border-b-2 border-transparent hover:border-white p-2 mr-4 cursor-pointer multipleyHeader ${activeRouter?.path === routerItem.path ? 'border-white' : ''}`"
|
|
:key="routerItem.path" ref="childDivs" v-show="visibleItems.includes(routerItemIdex)">
|
|
:key="routerItem.path" ref="childDivs" v-show="visibleItems.includes(routerItemIdex)">
|
|
- <div v-if="routerItem.children && routerItem.children.length <= 0 && routerItem?.isMenu" class="text-nowrap">
|
|
|
|
|
|
+ <div v-if="routerItem.children && routerItem.children.length <= 0 && routerItem?.isMenu" class="text-nowrap headerText">
|
|
{{ routerItem.name }}
|
|
{{ routerItem.name }}
|
|
</div>
|
|
</div>
|
|
<div v-if="routerItem.children && routerItem.children.length > 0" class="flex justify-center items-center">
|
|
<div v-if="routerItem.children && routerItem.children.length > 0" class="flex justify-center items-center">
|