fix(scene-editor): 调整核心内容区域高度并添加滚动条

This commit is contained in:
xudan 2025-10-23 14:39:46 +08:00
parent 02f63797a8
commit 8e203acbe7

View File

@ -1057,6 +1057,8 @@ const handleFloorChange = async (value: any) => {
.core-content {
min-height: 200px;
height: 600px;
overflow: auto;
/* 后续添加具体内容样式 */
}