From a22dd8497ebff38657d7b9a791b4a0549e9f54e7 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 7 Jun 2026 22:50:20 +0800 Subject: [PATCH] fix: move critical layout CSS to index.html, revert broken absolute positioning --- editor/App.vue | 2 -- editor/components/SceneGraph.vue | 7 ++----- editor/index.html | 4 ++++ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/editor/App.vue b/editor/App.vue index 1738579..d9cd484 100644 --- a/editor/App.vue +++ b/editor/App.vue @@ -327,7 +327,5 @@ html, body { .graph-area { flex: 1; - position: relative; - min-height: 0; } diff --git a/editor/components/SceneGraph.vue b/editor/components/SceneGraph.vue index df61bd6..b072c2f 100644 --- a/editor/components/SceneGraph.vue +++ b/editor/components/SceneGraph.vue @@ -86,11 +86,8 @@ onMounted(() => { diff --git a/editor/index.html b/editor/index.html index f120f6e..81ebf10 100644 --- a/editor/index.html +++ b/editor/index.html @@ -4,6 +4,10 @@ 剧情编辑器 — 交互式电影游戏 +