king
2021-06-10 5cfe6db94c1449810a44660b299dba8e7e98e5c5
src/tabviews/custom/components/share/normalTable/index.jsx
@@ -350,6 +350,10 @@
      )
    } else if (col.type === 'custom') {
      style.padding = '0px'
      if (col.style) {
        style = {...style, ...col.style}
      }
      resProps.children = (
        <CardCellComponent data={record} cards={config} elements={col.elements}/>
      )