v1.3.8 — 任务行始终渲染负责人和日期 + 加emoji图标 + 提亮颜色

This commit is contained in:
mac
2026-06-16 10:26:13 +08:00
parent dd0c7d615f
commit 386f780d00
2 changed files with 2 additions and 2 deletions

View File

@@ -537,7 +537,7 @@ td {
.task-name { color: #c5c6ca; font-size: 13px; display: block; }
.task-desc { color: #5a5c63; font-size: 12px; display: block; margin-top: 3px; }
.task-right { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.task-meta { color: #5a5c63; font-size: 11px; white-space: nowrap; }
.task-owner, .task-date { color: #898b94; font-size: 12px; white-space: nowrap; }
.task-none { color: #4b4d54; font-size: 13px; padding: 12px 14px; text-align: center; border-top: 1px solid #24272d; }
.task-form {
background: #141518; border: 1px solid #2a2d34; border-radius: 8px;