v1.4.1 — 任务表单增加「卡点&备注」字段,任务行显示卡点红色标记

This commit is contained in:
mac
2026-06-16 10:33:58 +08:00
parent e02c0bd183
commit cec3e3a2ad
2 changed files with 4 additions and 1 deletions

View File

@@ -538,6 +538,7 @@ td {
.task-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.task-name { color: #1e293b; font-size: 13px; }
.task-desc { color: #94a3b8; font-size: 12px; word-wrap: break-word; overflow-wrap: break-word; }
.task-blocker { color: #dc2626; font-size: 12px; word-wrap: break-word; overflow-wrap: break-word; }
.task-col { color: #64748b; font-size: 12px; white-space: nowrap; width: 100px; text-align: right; }
.task-col-badge { color: #64748b; font-size: 12px; white-space: nowrap; width: 90px; text-align: right; }
.task-none { color: #94a3b8; font-size: 13px; padding: 12px 14px; text-align: center; border-top: 1px solid #f1f5f9; }