diff --git a/src/styles/custom.scss b/src/styles/custom.scss index feea73ff..035541ba 100644 --- a/src/styles/custom.scss +++ b/src/styles/custom.scss @@ -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); + } } // 页脚