优化菜单名称过长悬停显示标题

This commit is contained in:
RuoYi
2022-03-15 14:02:54 +08:00
parent 93caadaadb
commit 72f35742d4
2 changed files with 11 additions and 3 deletions

View File

@ -70,7 +70,7 @@
width: 100% !important;
}
.el-menu-item, .el-sub-menu__title {
.el-menu-item, .menu-title {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;