auto-save 2026-05-12 18:35 (~3)

This commit is contained in:
2026-05-12 18:35:34 +08:00
parent aa5ad08b9b
commit 64db0930fa
3 changed files with 372 additions and 319 deletions

View File

@@ -240,12 +240,12 @@ export default function Home() {
<ThemeToggle />
</header>
{/* 上区:看板60vh— 10 列映射底部节点 */}
<section className="relative z-10 flex-shrink-0 border-b border-white/5" style={{ height: "60vh" }}>
{/* 上区:折叠看板 — 默认仅一条 tile 栏,点击 tile 才展开 */}
<section className="relative z-10 flex-shrink-0">
<Dashboard data={nodeData} />
</section>
{/* 下区:紧凑 DAG 节点流图 */}
{/* 下区:紧凑 DAG 节点流图(撑满剩余高度) */}
<section className="relative flex-1 min-h-0">
<ReactFlow
nodes={nodes}