mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
修复任务视图过多无法选到视图管理
This commit is contained in:
parent
3d719baa54
commit
66706ce150
|
@ -856,6 +856,10 @@ const Crontab = () => {
|
||||||
icon: <SettingOutlined />,
|
icon: <SettingOutlined />,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
style: {
|
||||||
|
maxHeight: 350,
|
||||||
|
overflowY: 'auto',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const getCronViews = () => {
|
const getCronViews = () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user