Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1b154abd7 | ||
|
|
fc0ee66064 |
@@ -254,6 +254,7 @@ function renderProjects() {
|
||||
</div>
|
||||
${renderTable(["项目", "项目说明", "当前阶段", "项目金额", "负责人", "进展"], rows, items.map((x) => ({ resource: "operations", id: x.id })))}
|
||||
</div>`;
|
||||
if (window.lucide) window.lucide.createIcons();
|
||||
}
|
||||
|
||||
function renderProjectTasks(projectId) {
|
||||
|
||||
@@ -516,10 +516,10 @@ td {
|
||||
.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%;
|
||||
position: fixed; top: 0; right: 0; width: 420px; height: 100vh;
|
||||
background: #fff; border-left: 1px solid #e2e8f0;
|
||||
transform: translateX(100%); transition: transform 0.25s ease;
|
||||
z-index: 10; display: flex; flex-direction: column;
|
||||
z-index: 300; display: flex; flex-direction: column;
|
||||
}
|
||||
.task-drawer.open { transform: translateX(0); }
|
||||
.task-drawer-hd {
|
||||
|
||||
Reference in New Issue
Block a user