优化: drainQueue并发互斥+deep watch指纹+前端打磨

This commit is contained in:
lxy
2026-08-12 01:00:56 +08:00
parent 4ad78abad6
commit 5a4c821629
7 changed files with 36 additions and 37 deletions
+2 -16
View File
@@ -865,22 +865,8 @@ onBeforeUnmount(() => {
white-space: nowrap;
}
/* ===== 状态/优先级标签 ===== */
.status-tag {
font-size: 11px; font-weight: 500;
padding: 4px 10px;
border-radius: var(--df-radius-sm);
white-space: nowrap;
}
.status-todo { background: rgba(90,99,128,0.2); color: var(--df-text-dim); }
.status-progress { background: rgba(100,181,246,0.2); color: var(--df-info); }
.status-review { background: rgba(255,217,61,0.2); color: var(--df-warning); }
.status-done { background: rgba(100,255,218,0.15); color: var(--df-success); }
.status-abandoned { background: rgba(255,107,107,0.2); color: var(--df-danger); }
/* D-260616-01:7 态新增 — testing(橙警告,近 review 区分)/blocked(红 danger,与 cancelled 区分用实心边框)。配色与 Tasks.vue 一致保持跨视图统一 */
.status-testing { background: rgba(255,152,0,0.2); color: #ff9800; }
.status-blocked { background: rgba(255,107,107,0.12); color: var(--df-danger); border: 0.5px solid var(--df-danger); }
.status-deferred { background: rgba(255,193,7,0.15); color: #f0a030; }
/* 状态/优先级标签 — 尺寸/圆角由全局 components.css .status-tag 统一,scoped 不重复定义 */
/* 状态色类已全局化至 components.css(scoped 删除,消除漂移) */
.priority-badge {
font-size: 10px; font-weight: 500;