From bb40111d380d27afefdcbcda2816691d289c15cb Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 5 Sep 2021 23:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=91=BD=E4=BB=A4input=E6=94=B9=E4=B8=BAtextarea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 +- src/pages/crontab/modal.tsx | 6 +++++- src/pages/env/index.tsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 75843da1..71312ecf 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -113,7 +113,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { key: 'status', dataIndex: 'status', align: 'center' as const, - width: 60, + width: 70, filters: [ { text: '运行中', diff --git a/src/pages/crontab/modal.tsx b/src/pages/crontab/modal.tsx index 38146192..06951dff 100644 --- a/src/pages/crontab/modal.tsx +++ b/src/pages/crontab/modal.tsx @@ -67,7 +67,11 @@ const CronModal = ({