傅行帆 5 年前
父节点
当前提交
792eec2fa8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx 查看文件

32
         this.props.onChange(html)
32
         this.props.onChange(html)
33
       }
33
       }
34
     }
34
     }
35
+    this.editor.customConfig.zIndex = 100
35
     this.editor.create()
36
     this.editor.create()
36
     this.editor.txt.html(this.props.value)
37
     this.editor.txt.html(this.props.value)
37
   }
38
   }