From eb5930e36d98c0cf42bdbc8dce47a31b984557c7 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 17:49:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=84=9A=E6=9C=AC=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=A1=B5=E5=88=9B=E4=BD=9C=E4=B8=BB=E9=A2=98=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 给 .topic-groups 添加 overflow-y: auto,防止底部卡片被生成按钮遮挡 --- tauri-app/src/pages/VideoCreation/ScriptCreation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tauri-app/src/pages/VideoCreation/ScriptCreation.css b/tauri-app/src/pages/VideoCreation/ScriptCreation.css index 1a0e812..daae770 100644 --- a/tauri-app/src/pages/VideoCreation/ScriptCreation.css +++ b/tauri-app/src/pages/VideoCreation/ScriptCreation.css @@ -18,6 +18,7 @@ gap: 10px; flex: 1; align-content: start; + overflow-y: auto; } .topic-groups .option-card {