diff --git a/pages/orderList/orderList.wxss b/pages/orderList/orderList.wxss index 71d7e4f..eee4fc1 100644 --- a/pages/orderList/orderList.wxss +++ b/pages/orderList/orderList.wxss @@ -57,6 +57,7 @@ page { } .listItem{ + height: 50px; display: flex; flex-direction: column; padding: 20rpx 20rpx; diff --git a/pages/saleOutStore/saleOutStore.wxss b/pages/saleOutStore/saleOutStore.wxss index a1e3371..163b9b5 100644 --- a/pages/saleOutStore/saleOutStore.wxss +++ b/pages/saleOutStore/saleOutStore.wxss @@ -48,6 +48,7 @@ page { } .listItem{ + height: 50px; display: flex; flex-direction: column; padding: 20rpx 20rpx;