From dab59f7624a2fb8d4114bb67b554ff09d91f810c Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 10 四月 2025 13:07:36 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/layout/components/Sidebar/Item.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index be3285d..69a9858 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -17,11 +17,12 @@ const vnodes = [] if (icon) { - vnodes.push(<svg-icon icon-class={icon}/>) + vnodes.push(<svg-icon icon-class={icon} />) } if (title) { if (title.length > 5) { + // vnodes.push(<el-tooltip class="item" effect="dark" content={(title)} placement="top-end"><span slot='title' title={(title)}>{(title)}</span></el-tooltip>) vnodes.push(<span slot='title' title={(title)}>{(title)}</span>) } else { vnodes.push(<span slot='title'>{(title)}</span>) -- Gitblit v1.9.3