mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-15 20:39:34 +08:00
为 v-table 组件的表头添加背景模糊效果和背景色,提升视觉效果
This commit is contained in:
@@ -354,6 +354,11 @@ html.v-overlay-scroll-blocked {
|
||||
.v-table {
|
||||
border-radius: 0;
|
||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
||||
|
||||
.v-table__wrapper > table > thead {
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
// 页脚
|
||||
|
||||
Reference in New Issue
Block a user