优化跨平台打包问题
This commit is contained in:
12
editor/style.css
Normal file
12
editor/style.css
Normal file
@@ -0,0 +1,12 @@
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background: #0a0a16;
|
||||
}
|
||||
|
||||
#editor-app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user