king
2024-07-10 d2009f9859906999750ce90b69c4521397359c0f
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