diff --git a/src/pages/crontab/detail.tsx b/src/pages/crontab/detail.tsx index 37d9026c..8ea1a0f3 100644 --- a/src/pages/crontab/detail.tsx +++ b/src/pages/crontab/detail.tsx @@ -63,7 +63,6 @@ const CronDetailModal = ({ const contentList: any = { log: ( ( @@ -246,6 +245,7 @@ const CronDetailModal = ({ onTabChange={(key) => { onTabChange(key); }} + bodyStyle={{ height: 'calc(80vh - 188px)', overflowY: 'auto' }} > {contentList[activeTabKey]}