From 1b8053de15e5a3eeceebdb09fa8e2541cdef21bb Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 15 Sep 2026 23:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=BF=90=E8=A1=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8D=A1=E7=89=87=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 避免回复流式生成期间状态卡片随内容变化而收缩 --- apps/ai-game-creator-shell/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index a0f35682f..3718d6153 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -2605,6 +2605,8 @@ textarea { isolation: isolate; display: grid; gap: 9px; + min-height: 78px; + box-sizing: border-box; margin-top: 12px; padding: 12px 14px; border: 1px solid #b9d8c5;