mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复bug。
This commit is contained in:
parent
211ef2f70c
commit
aedf2d33d3
@ -562,7 +562,7 @@ table.Table .TableBody td {
|
||||
/* 场景编辑区 */
|
||||
|
||||
.viewport {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -76,7 +76,6 @@ function Application(container, options) {
|
||||
xtype: 'div',
|
||||
style: {
|
||||
position: 'relative',
|
||||
height: 'calc(100% - 272px)',
|
||||
flex: 1
|
||||
},
|
||||
children: [
|
||||
|
||||
@ -65,6 +65,7 @@ Player.prototype.start = function () {
|
||||
camera: this.app.editor.camera,
|
||||
renderer: this.app.editor.renderer,
|
||||
scripts: this.app.editor.scripts,
|
||||
animation: this.app.editor.animation,
|
||||
scene: this.app.editor.scene
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user