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 ( <>