From d16a9f9d4640f40a439ad3ea4fcad45564a8e322 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Tue, 13 May 2025 14:06:38 +0800 Subject: [PATCH] Fix the issue with the width of the menu tooltip. --- src/styles/menu.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/menu.scss b/src/styles/menu.scss index de5ae3d5e..8fe6a1363 100644 --- a/src/styles/menu.scss +++ b/src/styles/menu.scss @@ -144,6 +144,9 @@ $single-menu-height: 38px; line-height: $single-menu-height; display: inline-block; + .el-tooltip { + width: 55px !important; + } } .group-title {