fix(SidebarItem.vue): 左侧栏搜索只有一级菜单无提示问题
This commit is contained in:
parent
a61c2cc68a
commit
f83655d668
|
|
@ -14,7 +14,7 @@
|
|||
:class="{'submenu-title-noDropdown':!isNest}"
|
||||
>
|
||||
<svg-icon v-if="onlyOneChild.meta&&onlyOneChild.meta.icon" :icon-class="onlyOneChild.meta.icon"></svg-icon>
|
||||
<span v-if="onlyOneChild.meta && onlyOneChild.meta.title">{{ onlyOneChild.meta.title }}</span>
|
||||
<template v-if="onlyOneChild.meta && onlyOneChild.meta.title" #title>{{ onlyOneChild.meta.title }}</template>
|
||||
</el-menu-item>
|
||||
</AppLink>
|
||||
</template>
|
||||
|
|
@ -180,10 +180,6 @@ export default defineComponent({
|
|||
padding: 0 !important;
|
||||
position: relative;
|
||||
|
||||
.el-tooltip {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
& > span{
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue