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>