perf: 任务支持禁用

This commit is contained in:
xiaojunnuo
2024-09-11 16:49:50 +08:00
parent 5b0f5f75d0
commit 8ed16b3ea2
8 changed files with 61 additions and 12 deletions

View File

@@ -184,3 +184,12 @@ h1, h2, h3, h4, h5, h6 {
.need-plus {
color: #c5913f !important;
}
.disabled{
color: #c7c7c7;
}
.deleted{
//删除线
text-decoration: line-through;
}