From 80200e6a33ae5886b0dbf37134ccc74141c64929 Mon Sep 17 00:00:00 2001 From: Linghong Date: Mon, 24 Aug 2026 06:22:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=81=9A=E6=B8=B8=E6=88=8F=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0=E9=87=8C=E7=AD=96=E5=88=92=E5=AE=A1=E6=89=B9=E5=8D=A1?= =?UTF-8?q?=E7=9A=84=E9=AB=98=E5=BA=A6=E4=B8=8A=E9=99=90=E4=BB=8E=2034dvh/?= =?UTF-8?q?380px=20=E6=8F=90=E5=88=B0=2052dvh/640px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 底部运行面板在策划链路下已收成窄条,让出来的纵向空间还给审批卡:决定项清单 多数情况下不再需要内滚就能看全。仍保留上限与内部滚动,防止极长 GDD 把消息列 表挤出可视区。 Co-Authored-By: Claude Opus 5 --- apps/ai-game-creator-shell/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index c5ee392e3..16423e0fa 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -6599,7 +6599,7 @@ iframe.preview-frame { .game-workbench-chat .gdd-approval-card { min-height: 0; - max-height: clamp(160px, 34dvh, 380px); + max-height: clamp(240px, 52dvh, 640px); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable;