From 9c5a6e3925b247b7208a1f4911dc37c143ba8b2c Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:52:59 +0800 Subject: [PATCH] style: Adjust menu tab styling (#9855) --- frontend/src/layout/components/Tabs/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/layout/components/Tabs/index.vue b/frontend/src/layout/components/Tabs/index.vue index 7a6a03476..ae80578aa 100644 --- a/frontend/src/layout/components/Tabs/index.vue +++ b/frontend/src/layout/components/Tabs/index.vue @@ -76,11 +76,17 @@ const dropdownVisibleChange = (visible, tabPath) => { }; -