king
2023-04-06 0fab1a1df84637d7c78b353c29a3c6a256705a0f
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -1020,7 +1020,7 @@
    const { cardCell } = this.props
    
    return (
      <div className={'card-cell-list ' + (cardCell && cardCell.setting.layout === 'flex' ? 'mk-flex' : '')}>
      <div className={'card-cell-list ' + (cardCell && cardCell.setting && cardCell.setting.layout === 'flex' ? 'mk-flex' : '')}>
        {this.getContent()}
      </div>
    )