From d0af7acae3cd4f27651867d8d60819cae555e44c Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 9 Sep 2024 13:43:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86:?= =?UTF-8?q?=20=E7=BC=96=E8=BE=91:=20=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Detail/ProductInfoQuotation.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/products/Detail/ProductInfoQuotation.jsx b/src/views/products/Detail/ProductInfoQuotation.jsx index d95358a..b7bf7c5 100644 --- a/src/views/products/Detail/ProductInfoQuotation.jsx +++ b/src/views/products/Detail/ProductInfoQuotation.jsx @@ -215,7 +215,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { { title: t('products:group_size'), dataIndex: 'group_size', - width: '4rem', + width: '6rem', render: (_, record) => `${record.group_size_min}-${record.group_size_max}`, }, @@ -247,7 +247,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { return ( <>

{t('products:EditComponents.Quotation')}

-