feat: 更新多个组件的背景样式为透明度背景

This commit is contained in:
jxxghp
2026-08-09 12:35:09 +08:00
parent 4b70b98ffc
commit f080da1ebb
7 changed files with 51 additions and 29 deletions
+1 -1
View File
@@ -2072,7 +2072,7 @@ onUnmounted(() => {
justify-content: center;
inline-size: 100%;
block-size: 100%;
background: rgb(var(--v-theme-surface-variant));
background: rgba(var(--v-theme-on-surface), 0.08);
}
.transfer-history-mobile-record__poster-type {