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 @@ 剧情编辑器 — 交互式电影游戏 +