mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修复定时任务表头样式
This commit is contained in:
@@ -194,7 +194,7 @@ tr.drop-over-upward td {
|
||||
}
|
||||
|
||||
.crontab-wrapper {
|
||||
.ant-table-cell {
|
||||
tbody .ant-table-cell {
|
||||
height: 69px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1051,7 +1051,7 @@ const Crontab = () => {
|
||||
rowSelection={rowSelection}
|
||||
rowClassName={getRowClassName}
|
||||
onChange={onPageChange}
|
||||
components={vt}
|
||||
components={isPhone ? undefined : vt}
|
||||
/>
|
||||
</div>
|
||||
<CronLogModal
|
||||
|
||||
Reference in New Issue
Block a user