forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-29 8d69f8151ef345d37dbf41e05f4a5a8082513710
src/pages/document/DocumentEdit.jsx
@@ -24,15 +24,17 @@
  componentDidMount() {
    console.log()
   }
  }
  componentDidShow() { }
  render() {
    return (
      <div className="document-edit-main">
      <div className="document-edit-main h-100 flex-box-column">
        <BreadcrumbView data={[{ name: '新建文档' }]} />
        <DocumentEditPage {...this.props}/>
        <div className="flex-1">
          <DocumentEditPage {...this.props} />
        </div>
      </div>
    )
  }