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: '任务定时',