From 1d82310ca16da9461042048713198220a542ba2b Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Fri, 24 Sep 2021 23:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=B7=A6=E5=8F=B3=E5=88=97=E5=9B=BA=E5=AE=9An?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index e874f020..69cccbf9 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -71,7 +71,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => { title: '任务名', dataIndex: 'name', key: 'name', - fixed: 'left', width: 150, align: 'center' as const, render: (text: string, record: any) => ( @@ -95,7 +94,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => { title: '任务', dataIndex: 'command', key: 'command', - fixed: 'left', width: 250, align: 'center' as const, render: (text: string, record: any) => { @@ -274,7 +272,6 @@ const Crontab = ({ headerStyle, isPhone }: any) => { key: 'action', align: 'center' as const, width: 90, - fixed: 'right', render: (text: string, record: any, index: number) => { const isPc = !isPhone; return (