初始化提交
This commit is contained in:
8
common/templates/html/editor/editor-blockly.html
Normal file
8
common/templates/html/editor/editor-blockly.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<style>
|
||||
div[m-id="{{d.mId}}"] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
<div m-id="{{d.mId}}"></div>
|
||||
Reference in New Issue
Block a user