From 699fb7bc5c719d538002766c85297ac83e1c58f9 Mon Sep 17 00:00:00 2001 From: chenxuhui Date: Tue, 11 Dec 2018 09:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=AB=98=E5=BA=A6=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BD=8E=E7=89=88=E6=9C=AC=E8=8B=B9=E6=9E=9C?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=AB=98=E5=BA=A6=E4=B8=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8B=89=E4=BC=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/orderList/orderList.wxss | 1 + pages/saleOutStore/saleOutStore.wxss | 1 + 2 files changed, 2 insertions(+) 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;