From c89724906e1beac5844fd584a3c2a22960b25458 Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 23 Mar 2023 22:19:48 +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=E8=A1=A8=E5=A4=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.less | 2 +- src/pages/crontab/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index a68ffc3e..b0e44a95 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -194,7 +194,7 @@ tr.drop-over-upward td { } .crontab-wrapper { - .ant-table-cell { + tbody .ant-table-cell { height: 69px !important; } } diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index cf5fc845..8984f09f 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -1051,7 +1051,7 @@ const Crontab = () => { rowSelection={rowSelection} rowClassName={getRowClassName} onChange={onPageChange} - components={vt} + components={isPhone ? undefined : vt} />