From 0ddf7ab0704f30be78290107217e0589709aa329 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 8 Apr 2025 19:34:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=99=A8=E5=92=8C=E7=94=A8=E6=88=B7=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/components/ThemeSwitcher.vue | 10 ++++++++-- src/layouts/components/UserNotification.vue | 2 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/@core/components/ThemeSwitcher.vue b/src/@core/components/ThemeSwitcher.vue index 41694011..23fb57e0 100644 --- a/src/@core/components/ThemeSwitcher.vue +++ b/src/@core/components/ThemeSwitcher.vue @@ -234,8 +234,14 @@ onMounted(() => { - - + + + + + 自定义主题风格 + + + { &:hover { background-color: rgba(var(--v-theme-primary), 0.03); - box-shadow: 0 4px 8px rgba(var(--v-theme-on-surface), 0.06); transform: translateY(-2px); } .notification-avatar { background-color: rgba(var(--v-theme-primary), 0.1); - box-shadow: 0 4px 8px rgba(var(--v-theme-primary), 0.15); } .notification-title {