修改定时任务列表滚动宽度

This commit is contained in:
hanhh 2021-09-25 11:40:55 +08:00
parent ac2bd52463
commit 260c1ed4a4

View File

@ -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}