Use wrap for text menu
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
|
||||
<dx-scroll-view ref="scrollViewRef" :class="checkLength(item.items) ? 'expand-menu-height' : 'expand-menu'">
|
||||
<div v-for="it in item.items" :key="it.id" class="no-wrap">
|
||||
<div v-for="it in item.items" :key="it.id" class="wrap">
|
||||
<p :class="route.path === it.path ? 'pointer-active' : 'pointer'" @click="handleItemClick(item.text,it.path)">
|
||||
{{it.text}}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user