v1.7.0 — 任务清单改为 Tab 内二级页面,不再使用独立弹窗

This commit is contained in:
mac
2026-06-16 11:15:55 +08:00
parent b682427ea0
commit 5af58c8faa
2 changed files with 49 additions and 4 deletions

View File

@@ -513,7 +513,7 @@ td {
padding: 4px; border-radius: 6px; display: flex;
}
.task-close:hover { color: #475569; background: #f1f5f9; }
.task-body-wrap { position: relative; overflow: hidden; }
.task-body-wrap, .task-page-wrap { position: relative; overflow: hidden; }
.task-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; transition: margin-right 0.25s ease; }
.task-drawer {
position: absolute; top: 0; right: 0; width: 420px; height: 100%;