From e00168662722a13ffe60c363ec3b051d35ac64bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E6=B6=9B=E6=B6=9B?= Date: Tue, 21 Dec 2021 22:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=90=8D=E7=A7=B0=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=20(#1017)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.less | 8 -------- src/pages/crontab/index.tsx | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/pages/crontab/index.less b/src/pages/crontab/index.less index b7ae00af..c33e54f8 100644 --- a/src/pages/crontab/index.less +++ b/src/pages/crontab/index.less @@ -1,11 +1,3 @@ .ant-table-pagination.ant-pagination { margin-bottom: 0 !important; } - -tr { - td:nth-child(2) { - span { - cursor: pointer; - } - } -} diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 63092a5e..920773e6 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -77,7 +77,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { width: 150, align: 'center' as const, render: (text: string, record: any) => ( - { goToScriptManager(record); }} @@ -90,7 +90,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { ) : ( '' )} - + ), sorter: { compare: (a: any, b: any) => a.name.localeCompare(b.name),