From f66a9a2c565966e98720be5e20604c6f75030f82 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 28 十月 2024 17:40:13 +0800 Subject: [PATCH] 1.首页添加使用说明。2.修改扫码开阀功能。3.问题反馈功能相关 --- pages/openCard/openCard.wxss | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/openCard/openCard.wxss b/pages/openCard/openCard.wxss index b825b8e..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 { @@ -268,4 +269,5 @@ justify-content: center; display: flex; margin-bottom: 20rpx; + font-size: 30rpx; } \ No newline at end of file -- Gitblit v1.8.0