From 8e203acbe76a97504dd45c5aab2ab1bd994a99fb Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 23 Oct 2025 14:39:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(scene-editor):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B8=E5=BF=83=E5=86=85=E5=AE=B9=E5=8C=BA=E5=9F=9F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/scene-editor.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/scene-editor.vue b/src/pages/scene-editor.vue index 89052da..b0613ec 100644 --- a/src/pages/scene-editor.vue +++ b/src/pages/scene-editor.vue @@ -1057,6 +1057,8 @@ const handleFloorChange = async (value: any) => { .core-content { min-height: 200px; + height: 600px; + overflow: auto; /* 后续添加具体内容样式 */ }