feat: 优化主题切换器和用户通知组件的样式

This commit is contained in:
jxxghp
2025-04-08 19:34:27 +08:00
parent 93686bd354
commit 0ddf7ab070
2 changed files with 8 additions and 4 deletions

View File

@@ -126,13 +126,11 @@ onBeforeUnmount(() => {
&: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 {