mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
refactor: 移除 UserNotification 组件中多余的样式定义,简化代码
This commit is contained in:
@@ -119,16 +119,6 @@ onBeforeUnmount(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-item {
|
.notification-item {
|
||||||
border: 1px solid rgba(var(--v-theme-on-surface), 0.05);
|
|
||||||
border-radius: 12px;
|
|
||||||
margin-block-end: 8px;
|
|
||||||
transition: all 0.2s ease;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: rgba(var(--v-theme-primary), 0.03);
|
|
||||||
transform: translateY(-2px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification-avatar {
|
.notification-avatar {
|
||||||
background-color: rgba(var(--v-theme-primary), 0.1);
|
background-color: rgba(var(--v-theme-primary), 0.1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user