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