From 628a9ab14f21ab0d090452c3c1be70a28a7f818e Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 8 Aug 2024 11:56:49 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E6=8A=A5=E4=BB=B7?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Detail/ProductInfoForm.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/products/Detail/ProductInfoForm.jsx b/src/views/products/Detail/ProductInfoForm.jsx index 68ef83f..c0fefe6 100644 --- a/src/views/products/Detail/ProductInfoForm.jsx +++ b/src/views/products/Detail/ProductInfoForm.jsx @@ -121,6 +121,10 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable: _editable, show + + + + @@ -136,9 +140,6 @@ const InfoForm = ({ onSubmit, onReset, onValuesChange, editable: _editable, show )} - - - );