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