src/menu/components/card/cardcellcomponent/index.jsx
@@ -161,6 +161,12 @@ if (comIds.length !== 3 || comIds[0] !== cards.uuid || comIds[1] !== cardCell.uuid || !card) return if (card.eleType === 'button') { if ((style.paddingLeft || style.paddingRight) && !style.width) { style.width = 'auto' } } let _card = this.resetCardStyle(card, style) let _elements = elements.map(cell => {