英文版:首页修改,左侧导航tooltip

This commit is contained in:
2025-07-14 17:19:21 +08:00
parent 1772cc3d94
commit deb080fed4
6 changed files with 23 additions and 20 deletions

View File

@ -26,13 +26,18 @@
:collapse-transition="false"
mode="vertical"
>
<sidebar-item
<el-tooltip
v-for="route in menuList"
:key="route.id"
:item="route"
:base-path="route.url"
:active-path="activePath"
/>
:content="route.title"
placement="top-start"
>
<sidebar-item
:item="route"
:base-path="route.url"
:active-path="activePath"
/>
</el-tooltip>
</el-menu>
</el-scrollbar>
<div class="open-btn" @click="handleClickOutside">