diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 649f93d1..e874f020 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -273,7 +273,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { title: '操作', key: 'action', align: 'center' as const, - width: 80, + width: 90, fixed: 'right', render: (text: string, record: any, index: number) => { const isPc = !isPhone;