v1.3.3 — 任务浮层新增统一「新增任务」按钮+表单弹窗

This commit is contained in:
mac
2026-06-16 09:14:38 +08:00
parent a506b52506
commit ac5f9f2de9
2 changed files with 49 additions and 3 deletions

View File

@@ -535,6 +535,18 @@ td {
.task-dot { display: flex; color: #4b4d54; }
.task-name { color: #c5c6ca; font-size: 13px; }
.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;
padding: 14px; margin-bottom: 16px;
}
.task-field { display: flex; flex-direction: column; gap: 4px; }
.task-field span { color: #6b6d75; font-size: 12px; }
.task-field input, .task-field select, .task-field textarea {
background: #1e2025; border: 1px solid #2a2d34; border-radius: 6px;
color: #e4e5e7; font-size: 13px; padding: 6px 10px; outline: none;
}
.task-field input:focus, .task-field select:focus, .task-field textarea:focus { border-color: #4a6cf7; }
.col-span-2 { grid-column: span 2; }
.task-group-add {
display: block; width: 100%; padding: 10px; text-align: center;
color: #6b6d75; font-size: 13px; background: none; border: none;