king
2021-07-20 6055fa01416fc57ee33b291a8103ccc1a8edce44
src/menu/components/card/cardcellcomponent/index.jsx
@@ -135,7 +135,7 @@
    const { cards, cardCell } = this.props
    let _style = element.style ? fromJS(element.style).toJS() : {}
    let options = ['font', 'border', 'padding', 'margin', 'backgroundColor']
    let options = ['font', 'border', 'padding', 'margin', 'background']
    if (element.eleType === 'button') {
      options.push('width', 'float')