king
2024-03-21 a9b02f6862522b54d0824152017bf2acfec2af7b
src/tabviews/custom/components/card/table-card/index.jsx
@@ -553,8 +553,6 @@
      if (config.wrap.parity === 'true') {
        if (lindex % 2 === 1) {
          className += ' mk-even-line'
        } else {
          className += ' mk-odd-line'
        }
      }
@@ -617,7 +615,7 @@
            selectedData={[]}
          /> : null
        }
        <Row className="card-row-list" style={{height: config.wrap.contentHeight}}>
        <Row className={`card-row-list ${config.wrap.hover === 'true' ? 'mk-hover' : ''}`} style={{height: config.wrap.contentHeight}}>
          {precards.map((item, index) => (
            <Col key={index} className="extend-card" span={24}>
              <div className="card-item-box" style={item.style}>