From 66706ce150ad2eaaf321fc7a4b6ab3fc5573d07b Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 10 Sep 2024 22:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E8=BF=87=E5=A4=9A=E6=97=A0=E6=B3=95=E9=80=89=E5=88=B0?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 2e1848fde51..54b9c296939 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -856,6 +856,10 @@ const Crontab = () => { icon: , }, ], + style: { + maxHeight: 350, + overflowY: 'auto', + }, }; const getCronViews = () => {