From c4eb16b137f60a26929b6c28dceb5e9137fd14df Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 4 Apr 2021 20:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86=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/pages/crontab/index.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 603e35ca..1ba411fd 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -53,8 +53,22 @@ const Crontab = () => { title: '任务', dataIndex: 'command', key: 'command', - width: '50%', + width: '40%', align: 'center' as const, + render: (text: string, record: any) => { + return ( + + {text} + + ); + }, }, { title: '任务定时',