forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-06 5519a3fbaf3e32244641fe9c7d6fe35333fb951e
src/pages/document/DocumentEdit.jsx
@@ -31,7 +31,6 @@
  render() {
    return (
      <div className="document-edit-main h-100 flex-box-column">
        <BreadcrumbView data={[{ name: '新建文档' }]} />
        <div className="flex-1">
          <DocumentEditPage {...this.props} />
        </div>