king
2021-09-09 8753aeefb8e3a4463be9d76328c42c1b4caad90a
src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -56,6 +56,10 @@
      _data = {}
    }
    if (_config.wrap.minHeight) {
      _config.style.minHeight = _config.wrap.minHeight
    }
    this.setState({
      sync: _sync,
      data: _data,
@@ -171,7 +175,7 @@
    const { config, loading, data } = this.state
    return (
      <div className="custom-braft-editor-box" style={{...config.style}}>
      <div className="custom-braft-editor-box" style={config.style}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>