mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修复任务详情样式
This commit is contained in:
parent
ec5f6d20cb
commit
95ea085e1e
|
@ -9,14 +9,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.crontab-detail {
|
.crontab-detail {
|
||||||
background: '#eee';
|
.ant-modal-body {
|
||||||
padding: 12px;
|
background: #eee;
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user