任务详情增加运行、禁用、置顶操作

This commit is contained in:
whyour
2022-04-24 17:45:50 +08:00
parent 1b893f35ba
commit 8bb8a29400
3 changed files with 261 additions and 30 deletions
+16
View File
@@ -77,6 +77,22 @@
margin-top: 12px;
}
}
.crontab-title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-right: 32px;
.operations {
display: flex;
align-items: center;
.ant-btn:not(:first-child) {
margin-left: 8px;
}
}
}
}
.log-item {