编辑器 z-index 默认为 10000,可以自行调整。
z-index
10000
注意:z-index值需要>=0
>=0
const editor = new E('#div1') editor.config.zIndex = 500 editor.create()