傅行帆 5 yıl önce
ebeveyn
işleme
792eec2fa8
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/components/Wangedit/Wangedit.jsx

+ 1
- 0
src/components/Wangedit/Wangedit.jsx Dosyayı Görüntüle

@@ -32,6 +32,7 @@ class Wangedit extends React.Component {
32 32
         this.props.onChange(html)
33 33
       }
34 34
     }
35
+    this.editor.customConfig.zIndex = 100
35 36
     this.editor.create()
36 37
     this.editor.txt.html(this.props.value)
37 38
   }