From 3ff32ee2093930931a93fb9300c67214b512d59e Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Thu, 1 Dec 2022 11:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000884):=E3=80=90?= =?UTF-8?q?=E5=86=85=E9=83=A8=E5=95=86=E5=9F=8E=E3=80=91=E3=80=91-?= =?UTF-8?q?=E9=9D=A2=E6=96=99=E5=8A=A0=E5=85=A5=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=AE=A2=E6=88=B7=E9=A1=B9=E7=BC=BA=E6=BC=8F?= =?UTF-8?q?=E4=BA=86=E5=8F=B3=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BottomCustomer/index.tsx | 2 +- src/pages/refundDetail/index.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BottomCustomer/index.tsx b/src/components/BottomCustomer/index.tsx index d245ebd..19ed10c 100644 --- a/src/components/BottomCustomer/index.tsx +++ b/src/components/BottomCustomer/index.tsx @@ -26,7 +26,7 @@ const BottomCustomer = (props: prosObj) => { { navTo() }}> 当前客户: - {clientName === '' ? '请选择客户 >' : clientName} + {clientName === '' ? '请选择客户 >' : `${clientName} >`} diff --git a/src/pages/refundDetail/index.module.scss b/src/pages/refundDetail/index.module.scss index 0a0455a..f55a8d2 100644 --- a/src/pages/refundDetail/index.module.scss +++ b/src/pages/refundDetail/index.module.scss @@ -232,7 +232,7 @@ .itemRight { padding-bottom: 24px; - margin-right: 32px; + // margin-right: 32px; width: 80%; border-bottom: 1px solid #f7f7f7;