king
2020-10-26 c7df940632b5f238f524da651fbf27a91ff6ad36
src/menu/components/card/data-card/wrapsetting/index.jsx
@@ -50,6 +50,7 @@
  }
  render () {
    const { config } = this.props
    const { visible, dict, wrap } = this.state
    return (
@@ -69,6 +70,7 @@
          <SettingForm
            dict={dict}
            wrap={wrap}
            config={config}
            wrappedComponentRef={(inst) => this.verifyRef = inst}
          />
        </Modal>