From 5269dba56b1689f1a9c770968d4a9781bb6d22f7 Mon Sep 17 00:00:00 2001 From: Hooray Hu <304327508@qq.com> Date: Tue, 9 Apr 2024 16:55:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E7=AD=BE=E6=A0=8F=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E8=8F=9C=E5=8D=95=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=B2=A1=E5=9C=A8=E6=8C=87=E5=AE=9A=20class=20?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E5=86=85=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Topbar/Tabbar/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/components/Topbar/Tabbar/index.vue b/src/layouts/components/Topbar/Tabbar/index.vue index fde6ab67a..fc9451d25 100644 --- a/src/layouts/components/Topbar/Tabbar/index.vue +++ b/src/layouts/components/Topbar/Tabbar/index.vue @@ -77,7 +77,7 @@ function onTabbarContextmenu(event: MouseEvent, routeItem: Tabbar.recordRaw) { y: event.y, zIndex: 1050, iconFontClass: '', - customClass: 'contextmenu-custom', + customClass: 'tabbar-contextmenu', items: [ { label: '重新加载', @@ -201,7 +201,7 @@ onUnmounted(() => {