From 8fdd8db51b07494e6c6dbdf02181098de52789df Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 11 Nov 2022 15:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E8=A7=86=E5=9B=BE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/viewCreateModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/crontab/viewCreateModal.tsx b/src/pages/crontab/viewCreateModal.tsx index 8a377874..fd0b4b9f 100644 --- a/src/pages/crontab/viewCreateModal.tsx +++ b/src/pages/crontab/viewCreateModal.tsx @@ -94,7 +94,7 @@ const ViewCreateModal = ({ }, [view, visible]); const operationElement = ( - {OPERATIONS.map((x) => ( {x.name} @@ -226,7 +226,7 @@ const ViewCreateModal = ({ name={[name, 'property']} rules={[{ required: true }]} > - {propertyElement(PROPERTIES, { width: 120 })} + {propertyElement(PROPERTIES, { width: 90 })}