mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复定时任务表头样式
This commit is contained in:
parent
c3a548ece3
commit
c89724906e
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user