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