v1.3.7 — 加宽任务面板到800px + 显示任务说明+负责人+截止时间

This commit is contained in:
mac
2026-06-16 10:04:34 +08:00
parent 289529dc73
commit dd0c7d615f
2 changed files with 10 additions and 7 deletions

View File

@@ -499,7 +499,7 @@ td {
padding-top: 48px; overflow-y: auto;
}
.task-panel {
background: #18191c; border-radius: 12px; width: 600px; max-width: 92vw;
background: #18191c; border-radius: 12px; width: 800px; max-width: 94vw;
box-shadow: 0 24px 80px rgba(0,0,0,0.4); margin-bottom: 48px;
}
.task-header {
@@ -529,12 +529,15 @@ td {
}
.task-group-list { display: flex; flex-direction: column; }
.task-row {
display: flex; align-items: center; gap: 10px;
padding: 8px 14px; border-top: 1px solid #24272d;
display: flex; align-items: flex-start; gap: 10px;
padding: 10px 14px; border-top: 1px solid #24272d;
}
.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-dot { display: flex; color: #4b4d54; padding-top: 2px; flex-shrink: 0; }
.task-main { flex: 1; min-width: 0; }
.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-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;