src/tabviews/custom/components/card/prop-card/index.jsx
@@ -263,7 +263,7 @@ <Spin /> </div> : null } <div className={`card-row-list ${config.wrap.cardType} ${config.wrap.scale}`}> <div className={`card-row-list ${config.wrap.cardType || ''} ${config.wrap.scale || ''}`}> {config.subcards.map((item, index) => ( <Col className={activeKey === index ? 'active' : ''} key={index} span={item.setting.width || 6} offset={item.offset || 0} onClick={() => {this.changeCard(index, item)}}> <CardItem card={item} cards={config} data={data} updateStatus={this.updateStatus}/>