king
2023-06-15 a29d9d644a2a30e9ef4afcc6d728c20c218dc359
src/templates/modalconfig/checkCard/index.jsx
@@ -25,7 +25,7 @@
    }
    let cls = ''
    if (_options.length * width <= 24 && this.state.appType !== 'mob') {
    if (_options.length * width <= 24) {
      cls = 'no-margin-bottom'
    }
    if (display === 'picture') {
@@ -104,8 +104,10 @@
  }
  render() {
    const { config } = this.props
    return (
      <div className="check-card-edit-box" style={{marginTop: '5px'}}>
      <div className={'check-card-edit-box border-' + (config.border || 'show')} style={{marginTop: '5px'}}>
        <Row gutter={12}>{this.getCards()}</Row>
      </div>
    )