king
2025-01-08 50d288f04ad66a18d3ebe80db3ca7c6e68aa65fe
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'