修复任务视图过多无法选到视图管理

This commit is contained in:
whyour 2024-09-10 22:50:33 +08:00
parent 3d719baa54
commit 66706ce150

View File

@ -856,6 +856,10 @@ const Crontab = () => {
icon: <SettingOutlined />, icon: <SettingOutlined />,
}, },
], ],
style: {
maxHeight: 350,
overflowY: 'auto',
},
}; };
const getCronViews = () => { const getCronViews = () => {