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>