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 {