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