From 09dfdbaf67fae263462f4638b6cbd628144fa0ba Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 2 Jun 2026 21:11:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AE=80=E5=8C=96=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=AE=9A=E5=88=B6=E5=99=A8=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E7=95=8C=E9=9D=A2=E6=95=B4=E6=B4=81?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ThemeCustomizer.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/components/ThemeCustomizer.vue b/src/components/ThemeCustomizer.vue index 234b7953..62ec4ef5 100644 --- a/src/components/ThemeCustomizer.vue +++ b/src/components/ThemeCustomizer.vue @@ -141,15 +141,11 @@ async function handleResetSettings() {
- + - +
@@ -346,8 +342,9 @@ html[data-theme='transparent'] .v-overlay__content:has(.theme-customizer-panel-- } :is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-card-option .theme-customizer-theme-icon, -:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-color-option .theme-customizer-native-icon, -:is(html[data-theme='transparent'], .v-theme--transparent) .theme-customizer-header-icon { +:is(html[data-theme='transparent'], .v-theme--transparent) + .theme-customizer-color-option + .theme-customizer-native-icon { backdrop-filter: none !important; background: transparent !important; box-shadow: none !important;