From 5b18be8f9aabe014256784e3398dc0644f0159c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 31 Aug 2026 14:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE=E9=A1=B5?= =?UTF-8?q?=E5=BC=B9=E6=80=A7=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 固定项目列表表头高度避免被压缩 恢复无窗口壳渲染时的视口高度回退 保留窗口壳内容区的百分比高度覆盖 --- apps/ai-game-creator-shell/src/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index 694580176..424437f45 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -826,7 +826,7 @@ textarea { width: calc(100vw - var(--launcher-sidebar-width)); max-width: none; flex: 1 1 auto; - height: 100%; + height: 100dvh; min-height: 0; margin: 0; padding: 92px 28px 24px; @@ -836,7 +836,7 @@ textarea { .launcher-main:has(.launcher-projects-page) { display: flex; flex-direction: column; - height: 100%; + height: 100dvh; min-height: 0; padding-bottom: 0; } @@ -1030,6 +1030,7 @@ textarea { .launcher-project-table-header { height: 42px; + flex-shrink: 0; padding: 0 14px; border-bottom: 1px solid var(--platform-surface-border); background: color-mix(