mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 04:02:56 +08:00
修复任务详情手机样式
This commit is contained in:
@@ -8,15 +8,30 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cron-detail-info-item {
|
||||
flex: auto;
|
||||
.crontab-detail {
|
||||
background: '#eee';
|
||||
padding: 12px;
|
||||
|
||||
.cron-detail-info-title {
|
||||
color: #888;
|
||||
.ant-card:first-child {
|
||||
overflow-x: auto;
|
||||
|
||||
.ant-body {
|
||||
display: 'flex';
|
||||
justify-content: space-between;
|
||||
min-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
.cron-detail-info-value {
|
||||
margin-top: 18px;
|
||||
.cron-detail-info-item {
|
||||
flex: auto;
|
||||
|
||||
.cron-detail-info-title {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.cron-detail-info-value {
|
||||
margin-top: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user