king
2020-12-17 68d839ab51dab23bcb12cfe243b318203025451b
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}/>