From 9a990274d695709654fa6e96f75e78ccc9d336df Mon Sep 17 00:00:00 2001 From: cocos02 Date: Tue, 16 Jun 2026 16:39:38 +0800 Subject: [PATCH] fix: hide collapsed bar when expanded, fix bottom offset --- editor/components/AIPanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/components/AIPanel.vue b/editor/components/AIPanel.vue index 8bd7231..8b4b254 100644 --- a/editor/components/AIPanel.vue +++ b/editor/components/AIPanel.vue @@ -148,7 +148,7 @@ onMounted(() => { -
+
🤖 AI 助手 · @@ -192,7 +192,7 @@ onMounted(() => { .ai-expanded { position: absolute; - bottom: 32px; + bottom: 0; left: 0; right: 0; max-height: 40vh;