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

This commit is contained in:
一万 2021-10-29 22:04:51 +08:00 committed by GitHub
parent ae72cccbb9
commit d4237aa596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,9 @@ function resolvePath(routePath) {
"
@mouseover="hoverMenu(props.item)"
>
<span style="overflow: hidden; text-overflow: ellipsis">
{{ $t(props.item.meta.title) }}
</span>
</div>
</el-tooltip>
<Icon