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