king
2022-08-24 23c19efebd9f59fb6e78beff64782b39b3795a5d
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -573,7 +573,7 @@
    } else if (card.eleType === 'splitline') {
      let _borderWidth = card.borderWidth === undefined ? 1 : card.borderWidth
      return (
        <Col key={card.uuid} span={card.width}>
        <Col key={card.uuid} span={card.width} style={{minHeight: _borderWidth}}>
          <div style={card.style}>
            <div className="ant-mk-splitline" style={{borderColor: card.color, borderWidth: _borderWidth}}></div>
          </div>