king
2021-11-24 daa026309b564d861491b33799e4935b402b8018
src/menu/components/card/cardcellcomponent/index.jsx
@@ -342,7 +342,6 @@
      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'