修复任务详情手机样式

This commit is contained in:
whyour
2022-03-09 22:32:50 +08:00
parent aa288c89b3
commit ec5f6d20cb
6 changed files with 59 additions and 121 deletions
+21 -6
View File
@@ -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;
}
}
}