v1.3.0 — 重点项目简化:6列表格 + 进展按钮弹任务浮层(4阶段)

This commit is contained in:
mac
2026-06-15 12:02:27 +08:00
parent 55e7a3a4dc
commit 938ec8d181
3 changed files with 39 additions and 52 deletions

View File

@@ -489,3 +489,16 @@ td {
color: #64748b;
margin: 4px 0;
}
/* Task Modal */
.task-modal { display: none; }
.task-modal.active { display: block; }
.task-overlay {
position: fixed; inset: 0; background: rgba(15,23,42,0.4); z-index: 200;
display: flex; align-items: flex-start; justify-content: center;
padding-top: 60px; overflow-y: auto;
}
.task-panel {
background: white; border-radius: 12px; width: 800px; max-width: 90vw;
box-shadow: 0 20px 60px rgba(0,0,0,0.15); margin-bottom: 60px;
}