From 48e6eccd1a94bb71d187cd1defd796bb65c922e4 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 15 Dec 2025 08:44:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=9C=86=E8=A7=92?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=8F=E4=B8=8A=E4=B8=8B=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=EF=BC=88PR=20By=20Gitee@bigtomato1=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #IDCGGY --- src/layout/components/Tabs/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Tabs/index.vue b/src/layout/components/Tabs/index.vue index d08958c..525e626 100644 --- a/src/layout/components/Tabs/index.vue +++ b/src/layout/components/Tabs/index.vue @@ -184,7 +184,7 @@ const reload = () => { } .tabs { - padding-top: 5px; + padding: 5px 0; background-color: var(--color-bg-1); position: relative; }