修复左侧菜单栏收缩后图标不显示问题

This commit is contained in:
RuoYi 2022-04-23 22:13:06 +08:00
parent 75cfe2f8f7
commit d7af461d2c
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@
white-space: nowrap !important;
}
.el-menu-item .el-menu-tooltip__trigger {
display: inline-block !important;
}
// menu hover
.sub-menu-title-noDropdown,
.el-sub-menu__title {