From a00f6ab8fff3af589c1c58bbd5acd32103022b55 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 5 Jul 2025 21:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20HeaderTab.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/HeaderTab.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/components/HeaderTab.vue b/src/layouts/components/HeaderTab.vue index e36f1543..ad9bf2dd 100644 --- a/src/layouts/components/HeaderTab.vue +++ b/src/layouts/components/HeaderTab.vue @@ -147,7 +147,6 @@ onUnmounted(() => { &::before { position: absolute; z-index: -1; - border-radius: 16px; backdrop-filter: blur(3px); background: linear-gradient( to bottom, @@ -243,7 +242,7 @@ onUnmounted(() => { font-weight: 600; padding-block: 6px; padding-inline: 14px; - text-shadow: 0 1px 2px rgba(0, 0, 0, 10%); + text-shadow: 0 1px 3px rgba(0, 0, 0, 10%); transition: all 0.2s ease; white-space: nowrap;