修复任务详情样式

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 {
background: '#eee';
padding: 12px;
.ant-modal-body {
background: #eee;
padding: 12px;
}
.ant-card:first-child {
overflow-x: auto;
.ant-body {
display: 'flex';
.ant-card-body {
display: flex;
justify-content: space-between;
min-width: 700px;
}