From e0143ad80f9c78ac1eb1bd06782567ebffb67b8f Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 04 十一月 2024 10:28:25 +0800 Subject: [PATCH] 充值金额从后台获取 --- pages/openCard/openCard.wxss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/openCard/openCard.wxss b/pages/openCard/openCard.wxss index 7b21435..3c36ee5 100644 --- a/pages/openCard/openCard.wxss +++ b/pages/openCard/openCard.wxss @@ -1,6 +1,6 @@ /* pages/openCard/openCard.wxss */ .container { - height: 100%; + height: 100vh; display: flex; flex-direction: column; align-items: center; @@ -117,9 +117,10 @@ .list-container { display: flex; + flex-grow: 1; /* 鍗犳弧鍓╀綑楂樺害 */ padding-bottom: 30rpx; - flex: 1; height: 100%; + flex-direction: column; /* 纭繚鍐呴儴鍏冪礌鎸夊垪鎺掑垪 */ } .dialog { -- Gitblit v1.8.0