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