king
2025-01-16 1424bd59f250fd3b5cc316711054a4756c8d47fe
src/menu/components/card/balcony/index.jsx
@@ -213,7 +213,7 @@
      MKEmitter.emit('cardAddElement', card.uuid, res)
    } else {
      res.eleType = 'button'
      res.width = res.width || 12
      res.width = res.width || res.width === 0 ? res.width : 12
      MKEmitter.emit('cardAddElement', card.uuid, res)
    }
    resolve({status: true})