修复项目 UI 编辑器高度

调整 UI 编辑器资源视图的工作台网格行

让编辑器占满工具栏下方的可伸展区域
This commit is contained in:
2026-08-17 14:53:06 +08:00
parent fb7cfa42c7
commit 375519fa2d
+10
View File
@@ -4453,6 +4453,16 @@ iframe.preview-frame {
min-height: 0;
}
.game-workbench-stage[data-resource-view-state='resources.ui-editor'] {
grid-template-rows: auto minmax(0, 1fr);
}
.game-workbench-stage[data-resource-view-state='resources.ui-editor']
> main {
grid-row: 2;
min-height: 0;
}
.game-workbench-toolbar {
display: flex;
align-items: center;