From 260c1ed4a46f300b51b6e55e1fe01f86c38cdc10 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 25 Sep 2021 11:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E6=BB=9A=E5=8A=A8=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}