king
2024-07-10 e1d8b67d9219f1631e855542155d6db21aa31a97
src/menu/components/card/cardcellcomponent/index.jsx
@@ -256,14 +256,9 @@
    } else if (_card.eleType === 'button') { // 拆分style
      _card.style = fromJS(style).toJS()
      if (style.float === 'center') {
        delete _card.style.float
      } else if (style.float) {
      if (style.float) {
        _card.wrapStyle = {textAlign: style.float}
        delete _card.style.float
      }
      if (style.textAlign === 'center') {
        delete _card.style.textAlign
      }
      if (style.minHeight === '28px') {
        delete _card.style.minHeight