Skip to content

Commit

Permalink
修复任务视图过多无法选到视图管理
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 10, 2024
1 parent 3d719ba commit 66706ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/crontab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,10 @@ const Crontab = () => {
icon: <SettingOutlined />,
},
],
style: {
maxHeight: 350,
overflowY: 'auto',
},
};

const getCronViews = () => {
Expand Down

0 comments on commit 66706ce

Please sign in to comment.