From 9b957ac019f3c914f8dd7396d019c00dc5706ef1 Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 7 Mar 2022 23:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/detail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}