From 9faa6169fa4ea17ea43b36009e28f37f61c0736c Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Wed, 28 Jun 2023 16:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=A7=8D=E6=A4=8D=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/myPlant.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/massif/myPlant.vue b/pages/massif/myPlant.vue index 2fc0cf8..dc12561 100644 --- a/pages/massif/myPlant.vue +++ b/pages/massif/myPlant.vue @@ -2,8 +2,14 @@ .container{ height:100%; background:#f6f6f6; + display:flex; + flex-direction: column; + &>.d-search{ + margin-bottom:-30rpx; + } scroll-view{ - height:100%; + flex-grow: 1; + height:1rpx; .items{ padding:30rpx 30rpx 0; &+.items{ @@ -126,6 +132,7 @@