修复定时任务表头样式

This commit is contained in:
whyour 2023-03-23 22:19:48 +08:00
parent c3a548ece3
commit c89724906e
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ tr.drop-over-upward td {
} }
.crontab-wrapper { .crontab-wrapper {
.ant-table-cell { tbody .ant-table-cell {
height: 69px !important; height: 69px !important;
} }
} }

View File

@ -1051,7 +1051,7 @@ const Crontab = () => {
rowSelection={rowSelection} rowSelection={rowSelection}
rowClassName={getRowClassName} rowClassName={getRowClassName}
onChange={onPageChange} onChange={onPageChange}
components={vt} components={isPhone ? undefined : vt}
/> />
</div> </div>
<CronLogModal <CronLogModal