mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复任务详情样式
This commit is contained in:
parent
ec5f6d20cb
commit
95ea085e1e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user