mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-12 16:01:35 +08:00
优化样式,调整背景模糊效果和颜色,更新组件内边距,增强视觉效果和用户体验。
This commit is contained in:
@@ -326,14 +326,9 @@ html.v-overlay-scroll-blocked {
|
||||
|
||||
// 侧边导航栏
|
||||
.layout-vertical-nav {
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba(var(--v-theme-surface), 0.5);
|
||||
border-inline-end: 1px solid rgba(255, 255, 255, 10%);
|
||||
}
|
||||
|
||||
// 导航栏
|
||||
.navbar-blur::after {
|
||||
background: transparent;
|
||||
backdrop-filter: blur(16px);
|
||||
background-color: rgba(var(--v-theme-surface), 0.2);
|
||||
border-inline-end: 1px solid rgba(var(--v-theme-on-surface), 0.05);
|
||||
}
|
||||
|
||||
// 列表
|
||||
@@ -411,5 +406,9 @@ html[data-theme="transparent"] {
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgb(var(--v-theme-surface), 0.5) !important;
|
||||
}
|
||||
|
||||
.v-table thead {
|
||||
background-color: rgb(var(--v-theme-surface), 0.5) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user