style: 脚本生成页左右布局改为 35:65 比例

This commit is contained in:
小鱼开发
2026-06-01 14:24:56 +08:00
parent f8c3f1b7e5
commit f03a33f8b5
@@ -197,7 +197,7 @@
/* Shared Step Layout */ /* Shared Step Layout */
.step-layout { .step-layout {
display: grid; display: grid;
grid-template-columns: 400px 1fr; grid-template-columns: 35fr 65fr;
gap: var(--spacing-xl); gap: var(--spacing-xl);
height: 100%; height: 100%;
min-height: 400px; min-height: 400px;