king
2021-05-25 610916b0e897c4953310bac7c0a9a37c7379ffc0
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}/>
      )