v1.3.5 — 任务行增加负责人和截止时间显示

This commit is contained in:
mac
2026-06-16 09:42:07 +08:00
parent b1a82d27e3
commit 19dcbdbb51
2 changed files with 2 additions and 1 deletions

View File

@@ -534,6 +534,7 @@ td {
}
.task-dot { display: flex; color: #4b4d54; }
.task-name { color: #c5c6ca; font-size: 13px; }
.task-meta { color: #5a5c63; font-size: 11px; margin-left: auto; 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;