mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-21 15:00:28 +08:00
fix: 修复菜单隐藏,内容显示问题 (#81)
This commit is contained in:
@@ -145,7 +145,9 @@ function resolvePath(routePath) {
|
|||||||
"
|
"
|
||||||
@mouseover="hoverMenu(props.item)"
|
@mouseover="hoverMenu(props.item)"
|
||||||
>
|
>
|
||||||
|
<span style="overflow: hidden; text-overflow: ellipsis">
|
||||||
{{ $t(props.item.meta.title) }}
|
{{ $t(props.item.meta.title) }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
Reference in New Issue
Block a user