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;