king
2021-04-20 d1657e9835a6b3350dee76956deae3029cfe4b11
src/mob/components/navbar/normal-navbar/wrapsetting/index.jsx
@@ -50,7 +50,6 @@
  }
  render () {
    const { config } = this.props
    const { visible, dict, wrap } = this.state
    return (
@@ -58,7 +57,7 @@
        <Icon type="edit" title="编辑" onClick={() => this.editDataSource()} />
        <Modal
          wrapClassName="popview-modal"
          title={config.type === 'table' ? '表格设置' : '卡片设置'}
          title="菜单栏设置"
          visible={visible}
          width={800}
          maskClosable={false}
@@ -70,7 +69,6 @@
          <SettingForm
            dict={dict}
            wrap={wrap}
            config={config}
            inputSubmit={this.verifySubmit}
            wrappedComponentRef={(inst) => this.verifyRef = inst}
          />