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} />