mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-25 01:59:35 +08:00
为 v-table 组件的表头添加背景模糊效果和背景色,提升视觉效果
This commit is contained in:
@@ -354,6 +354,11 @@ html.v-overlay-scroll-blocked {
|
|||||||
.v-table {
|
.v-table {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
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