Files
mixly3/common/templates/html/editor/editor-blockly.html
2024-07-19 10:16:00 +08:00

8 lines
150 B
HTML

<style>
div[m-id="{{d.mId}}"] {
width: 100%;
height: 100%;
position: relative;
}
</style>
<div m-id="{{d.mId}}"></div>