fix(ui): 开关可见与卡片不拉伸

This commit is contained in:
2025-12-17 21:14:54 +08:00
parent db4201a269
commit 2f5940d339
18 changed files with 42 additions and 35 deletions

View File

@@ -824,6 +824,7 @@ onBeforeUnmount(() => {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 12px;
align-items: start;
}
.account-card {