From f83655d6682f1c319b12b93d8d81aeefb15e56f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com> Date: Fri, 3 Dec 2021 00:10:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(SidebarItem.vue):=20=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E6=A0=8F=E6=90=9C=E7=B4=A2=E5=8F=AA=E6=9C=89=E4=B8=80=E7=BA=A7?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=97=A0=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/SidebarItem.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 0bad241..566ab68 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -14,7 +14,7 @@ :class="{'submenu-title-noDropdown':!isNest}" > - {{ onlyOneChild.meta.title }} + @@ -180,10 +180,6 @@ export default defineComponent({ padding: 0 !important; position: relative; - .el-tooltip { - padding: 0 !important; - } - & > span{ display: none; }