fix: 修复首次创建任务运行时不自动设置当前运行情况的bug

This commit is contained in:
xiaojunnuo
2024-09-11 18:01:46 +08:00
parent 8ed16b3ea2
commit ecd83ee136
9 changed files with 106 additions and 9 deletions
@@ -186,10 +186,15 @@ h1, h2, h3, h4, h5, h6 {
}
.disabled{
color: #c7c7c7;
}
.deleted{
color: #c7c7c7;
//删除线
text-decoration: line-through;
}
.cursor-move{
cursor: move !important;
}
.cursor-pointer{
cursor: pointer;
}