修复任务详情样式

This commit is contained in:
whyour 2022-03-09 23:40:59 +08:00
parent ec5f6d20cb
commit 95ea085e1e

View File

@ -9,14 +9,16 @@
} }
.crontab-detail { .crontab-detail {
background: '#eee'; .ant-modal-body {
background: #eee;
padding: 12px; padding: 12px;
}
.ant-card:first-child { .ant-card:first-child {
overflow-x: auto; overflow-x: auto;
.ant-body { .ant-card-body {
display: 'flex'; display: flex;
justify-content: space-between; justify-content: space-between;
min-width: 700px; min-width: 700px;
} }