king
2021-07-14 badd84cc656409590040caaad63bf22f0b6afaf1
src/menu/components/card/cardcellcomponent/index.jsx
@@ -138,7 +138,7 @@
    let options = ['font', 'border', 'padding', 'margin', 'backgroundColor']
    if (element.eleType === 'button') {
      options.push('width')
      options.push('width', 'float')
    } else if (element.eleType === 'picture') {
      options = ['border', 'margin']
    } else if (element.eleType === 'slider') {