From 08e20dc7c5003fc6242bf1cd5c577ee824b1e60e Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 8 Sep 2026 19:47:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=20AGC=20=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=8C=BA=E6=A8=A1=E5=9E=8B=E5=90=8D=E7=A7=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 模型选择设置稳定最小宽度,避免被右侧 flex 压缩 - 提高模型名称文字对比度 - 固定 @ 和发送按钮宽度,保持控制行布局稳定 --- apps/ai-game-creator-shell/src/styles.css | 26 ++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index b50c64794..0edf50184 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -9118,6 +9118,7 @@ iframe.preview-frame { .project-supervisor-surface.is-direct-codex .project-supervisor-composer.is-direct-codex .project-supervisor-composer-controls-right { + flex: 1 1 auto; margin-left: auto; } @@ -9126,10 +9127,32 @@ iframe.preview-frame { .project-supervisor-composer.is-direct-codex .project-supervisor-composer-controls .conversation-model-select { + flex: 1 1 auto; + min-width: 96px; position: static !important; right: auto !important; bottom: auto !important; - max-width: min(220px, 40%); + max-width: min(220px, 50%); +} + +.game-workbench-chat + .project-supervisor-surface.is-direct-codex + .project-supervisor-composer.is-direct-codex + .project-supervisor-composer-controls + .conversation-model-trigger { + flex: 1 1 auto; + min-width: 0; + max-width: 100%; + color: var(--platform-text-base) !important; +} + +.game-workbench-chat + .project-supervisor-surface.is-direct-codex + .project-supervisor-composer.is-direct-codex + .project-supervisor-composer-controls + .conversation-model-trigger-label { + flex: 1 1 auto; + min-width: 0; } .game-workbench-chat @@ -9153,6 +9176,7 @@ iframe.preview-frame { padding: 0; border: 0; border-radius: 9px; + flex: 0 0 30px; place-items: center; }