fix(mp): Profile 积分卡片 flex:1 等分宽度

This commit is contained in:
iven
2026-05-17 13:04:10 +08:00
parent e8bbc36364
commit 7b2c03309c

View File

@@ -62,10 +62,14 @@
display: flex;
gap: 10px;
margin-bottom: var(--tk-gap-lg);
.content-card {
flex: 1;
margin-bottom: 0;
}
}
.stat-card {
flex: 1;
text-align: center;
}