king
2020-12-03 569ccb3c1ff82f30ffefa7d3700571448d742662
src/menu/components/card/cardcellcomponent/index.jsx
@@ -363,6 +363,7 @@
      let _elements = elements.map(cell => {
        if (cell.uuid === res.uuid) {
          res.style = cell.style || {}
          res.$type = cell.$type || ''
          if (res.eleType === 'splitline' && cell.eleType !== 'splitline') {
            res.style.paddingTop = '5px'
            res.style.paddingBottom = '5px'