From 0867236b68c8566691d40b124601bcb191984eea Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 2 Jun 2026 21:26:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=AE=9A=E5=88=B6=E5=99=A8=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ThemeCustomizer.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/ThemeCustomizer.vue b/src/components/ThemeCustomizer.vue index 62ec4ef5..889c9a3c 100644 --- a/src/components/ThemeCustomizer.vue +++ b/src/components/ThemeCustomizer.vue @@ -142,11 +142,11 @@ async function handleResetSettings() {
- + - +
@@ -332,9 +332,7 @@ html[data-theme='transparent'] .theme-customizer-panel--dialog { // 透明主题的全局 overlay 毛玻璃会影响临时抽屉绘制,主题定制器改由 drawer 自身承担背景。 html[data-theme='transparent'] .v-overlay__content:has(.theme-customizer-drawer), -.v-theme--transparent .v-overlay__content:has(.theme-customizer-drawer), -html[data-theme='transparent'] .v-overlay__content:has(.theme-customizer-panel--dialog), -.v-theme--transparent .v-overlay__content:has(.theme-customizer-panel--dialog) { +.v-theme--transparent .v-overlay__content:has(.theme-customizer-drawer) { border-radius: 0 !important; backdrop-filter: none !important; background: transparent !important;