king
2021-07-03 b5e70973340bf912b733acd737f55f90653dece8
src/menu/components/share/actioncomponent/index.jsx
@@ -115,7 +115,7 @@
    const { config } = this.props
    let _style = element.style ? fromJS(element.style).toJS() : {}
    let options = ['font', 'border', 'background', 'margin']
    let options = ['font', 'border', 'background', 'margin', 'padding']
    this.setState({
      card: element
@@ -187,7 +187,7 @@
    this.setState({
      visible: true,
      card: card,
      formlist: getActionForm(card, functip, config.setting, usefulFields, this.props.type, menulist, modules)
      formlist: getActionForm(card, functip, config, usefulFields, this.props.type, menulist, modules)
    })
  }