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 @@