v1.3.0 — 重点项目简化:6列表格 + 进展按钮弹任务浮层(4阶段)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user