From 7b2c03309c38258eb4efb4858e892e4e5d447284 Mon Sep 17 00:00:00 2001 From: iven Date: Sun, 17 May 2026 13:04:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(mp):=20Profile=20=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E5=8D=A1=E7=89=87=20flex:1=20=E7=AD=89=E5=88=86=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/miniprogram/src/pages/profile/index.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/miniprogram/src/pages/profile/index.scss b/apps/miniprogram/src/pages/profile/index.scss index cc2300f..50fbea8 100644 --- a/apps/miniprogram/src/pages/profile/index.scss +++ b/apps/miniprogram/src/pages/profile/index.scss @@ -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; }