增加任务详情

This commit is contained in:
whyour
2022-03-04 00:08:33 +08:00
parent 3e62fedc73
commit 6b41df3497
3 changed files with 240 additions and 38 deletions
+18
View File
@@ -1,3 +1,21 @@
.ant-table-pagination.ant-pagination {
margin-bottom: 0 !important;
}
.cron {
&:hover {
cursor: pointer;
}
}
.cron-detail-info-item {
flex: auto;
.cron-detail-info-title {
color: #888;
}
.cron-detail-info-value {
margin-top: 18px;
}
}