src/menu/components/card/cardcellcomponent/dragaction/card.jsx
@@ -63,6 +63,9 @@ _style = {...card.style, opacity: isDragging ? 0.3 : 1} _style = resetStyle(_style) } if (_style.display === 'none') { _style.display = 'block' } if (card.eleType === 'picture' && card.maxWidth) { _style.maxWidth = card.maxWidth let left = _style.marginLeft || 'auto'