配置 z-index

编辑器 z-index 默认为 10000,可以自行调整。

注意:z-index值需要>=0

  1. const editor = new E('#div1')
  2. editor.config.zIndex = 500
  3. editor.create()