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 = ({ - + { key: 'status', dataIndex: 'status', align: 'center' as const, - width: 60, + width: 70, filters: [ { text: '已启用',