src/templates/modalconfig/checkCard/index.jsx
@@ -66,7 +66,7 @@ } return _options.map(item => { return <Col span={width} key={item.key}> <div className={'card-color-cell ' + cls} style={{background: item.$value}}> <div className={'card-color-cell ' + cls} style={{background: item.$color}}> {_fields.map(col => { return <span className="content-line" key={col.key} style={{color: col.color, fontSize: col.fontSize + 'px', height: col.fontSize * 1.5 + 'px', textAlign: col.align}}>{item[col.field]}</span> })}