Fix the issue with the width of the menu tooltip.

This commit is contained in:
zhaojisen
2025-05-13 14:06:38 +08:00
committed by ZhaoJiSen
parent b817c7ac27
commit d16a9f9d46

View File

@@ -144,6 +144,9 @@ $single-menu-height: 38px;
line-height: $single-menu-height;
display: inline-block;
.el-tooltip {
width: 55px !important;
}
}
.group-title {