diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 69cccbf9..39b5ed8c 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -839,7 +839,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { dataSource={value} rowKey="_id" size="middle" - scroll={{ x: 768 }} + scroll={{ x: 1000 }} loading={loading} rowSelection={rowSelection} rowClassName={getRowClassName}