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')