From deaaf1834d88998dfc628a396f7b1fffd85e30e1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 25 May 2025 15:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20v-table=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E8=A1=A8=E5=A4=B4=E6=B7=BB=E5=8A=A0=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=95=88=E6=9E=9C=E5=92=8C=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=EF=BC=8C=E6=8F=90=E5=8D=87=E8=A7=86=E8=A7=89=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) 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); + } } // 页脚