fix: 修复菜单隐藏,内容显示问题 (#81)

This commit is contained in:
一万
2021-10-29 22:04:51 +08:00
committed by GitHub
parent ae72cccbb9
commit d4237aa596

View File

@@ -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