From 141defd8455adf6f0edbd00bc2706db776c31cc1 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 20 Aug 2022 23:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=BB=98=E8=AE=A4pageSize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 1133d9fa..e22df3fe 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -830,7 +830,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => { useEffect(() => { setPageConf({ page: 1, - size: parseInt(localStorage.getItem('pageSize') || '2'), + size: parseInt(localStorage.getItem('pageSize') || '20'), }); setTimeout(() => { setTableScrollHeight(getTableScroll());