mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
修改定时任务列表滚动宽度
This commit is contained in:
parent
ac2bd52463
commit
260c1ed4a4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user