From f03a33f8b5b70ff4d0caf9008b8450a70b0a3ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Mon, 1 Jun 2026 14:24:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=84=9A=E6=9C=AC=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=A1=B5=E5=B7=A6=E5=8F=B3=E5=B8=83=E5=B1=80=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=2035:65=20=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tauri-app/src/pages/VideoCreation/VideoCreation.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-app/src/pages/VideoCreation/VideoCreation.css b/tauri-app/src/pages/VideoCreation/VideoCreation.css index f3e88a1..8cd36f8 100644 --- a/tauri-app/src/pages/VideoCreation/VideoCreation.css +++ b/tauri-app/src/pages/VideoCreation/VideoCreation.css @@ -197,7 +197,7 @@ /* Shared Step Layout */ .step-layout { display: grid; - grid-template-columns: 400px 1fr; + grid-template-columns: 35fr 65fr; gap: var(--spacing-xl); height: 100%; min-height: 400px;