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),