fix(scene-editor): 调整核心内容区域高度并添加滚动条
This commit is contained in:
parent
02f63797a8
commit
8e203acbe7
@ -1057,6 +1057,8 @@ const handleFloorChange = async (value: any) => {
|
|||||||
|
|
||||||
.core-content {
|
.core-content {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
height: 600px;
|
||||||
|
overflow: auto;
|
||||||
/* 后续添加具体内容样式 */
|
/* 后续添加具体内容样式 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user