调整背景透明度

This commit is contained in:
jxxghp
2025-05-21 19:32:42 +08:00
parent 63424bb134
commit 74eeae900e

View File

@@ -7,7 +7,7 @@
.v-theme--light & {
border-radius: 0 0 16px 16px;
backdrop-filter: blur(16px);
background: rgba(var(--v-theme-surface), 0.6);
background: rgba(var(--v-theme-surface), 0.9);
box-shadow: 0 0 8px 0 rgba(var(--v-theme-on-surface), 0.1);
}