auto-save 2026-05-12 19:20 (~3)
This commit is contained in:
@@ -240,10 +240,10 @@ export default function Home() {
|
||||
<ThemeToggle />
|
||||
</header>
|
||||
|
||||
{/* 左侧:竖向 tile 看板(固定 200px 宽) */}
|
||||
{/* 左侧:竖向 tile 看板(窄版) */}
|
||||
<aside
|
||||
className="relative z-10 flex-shrink-0 border-r border-white/5 bg-black/20 backdrop-blur-xl overflow-y-auto"
|
||||
style={{ width: 200 }}
|
||||
style={{ width: 144 }}
|
||||
>
|
||||
<Dashboard data={nodeData} />
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user