From 972d2e544a0956efbc9e5ae555a6fba769f51581 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 29 Sep 2022 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=88=91=E7=9A=84=E5=88=B8=E3=80=81?= =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95)=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dcss=E5=88=97=E8=A1=A8=E8=BF=87=E9=95=BF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=AE=8C=E6=95=B4=E4=B8=94=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/myCoupon.css | 1 + v1_5_0_C/myOrder.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/v1_5_0_C/myCoupon.css b/v1_5_0_C/myCoupon.css index 42d081f..e55ebcc 100644 --- a/v1_5_0_C/myCoupon.css +++ b/v1_5_0_C/myCoupon.css @@ -67,6 +67,7 @@ body, padding: 0.52rem 0.1rem 1rem; height: 100%; box-sizing: border-box; + overflow: auto; } .content-box { diff --git a/v1_5_0_C/myOrder.css b/v1_5_0_C/myOrder.css index 4ed170b..275592b 100644 --- a/v1_5_0_C/myOrder.css +++ b/v1_5_0_C/myOrder.css @@ -37,9 +37,10 @@ body, } .content { - padding-bottom: 0.5rem; + padding-bottom: 0.52rem; box-sizing: border-box; height: 100%; + overflow: auto; } .content-item {