From e61baf80a46435e7676f41f640edb6e6858026f5 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Mon, 14 Nov 2022 13:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=E3=80=90ID1000684=E3=80=91?= =?UTF-8?q?=20=E7=94=B3=E8=AF=B7=E9=80=80=E8=B4=A7=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=AF=B4=E6=98=8E=E6=96=87=E6=9C=AC=E6=A1=86?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=90=8E=EF=BC=8C=E6=A0=87=E9=A2=98=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8=EF=BC=88ps=EF=BC=9A=E5=AE=89?= =?UTF-8?q?=E5=8D=93=E7=B3=BB=E7=BB=9F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/applyGoods/index.module.scss | 6 +++--- src/pages/applyMoney/index.module.scss | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/applyGoods/index.module.scss b/src/pages/applyGoods/index.module.scss index 25d3bc1..12674bf 100644 --- a/src/pages/applyGoods/index.module.scss +++ b/src/pages/applyGoods/index.module.scss @@ -339,16 +339,16 @@ } .descBox { + padding: 24px 0px 24px 0px; margin: 32px; background: #FFFFFF; border-radius: 16px 16px 0px 0px; - overflow: hidden; .title { font-size: 28px; font-weight: 500; color: #000000; - margin-top: 24px; + // margin-top: 24px; margin-left: 32px; } @@ -366,7 +366,7 @@ font-size: 28px; font-weight: 400; color: #000000; - margin-bottom: 32px; + // margin-bottom: 32px; } diff --git a/src/pages/applyMoney/index.module.scss b/src/pages/applyMoney/index.module.scss index 92a2ab1..c865f4b 100644 --- a/src/pages/applyMoney/index.module.scss +++ b/src/pages/applyMoney/index.module.scss @@ -319,16 +319,17 @@ .descBox { + padding: 24px 0px 24px 0px; margin: 32px; background: #FFFFFF; border-radius: 16px 16px 0px 0px; - overflow: hidden; + // overflow: hidden; .title { font-size: 28px; font-weight: 500; color: #000000; - margin-top: 24px; + // margin-top: 24px; margin-left: 32px; } @@ -346,7 +347,7 @@ font-size: 28px; font-weight: 400; color: #000000; - margin-bottom: 32px; + // margin-bottom: 32px; }