king
2022-03-31 fe227dd3d6c4ff9fd031033c15ae7b873dbf5535
src/tabviews/custom/components/group/normal-group/index.jsx
@@ -336,7 +336,7 @@
    return (
      <div className="normal-group-wrap" id={config.uuid} style={config.style}>
        {config.setting && config.setting.print === 'true' ? <Button className="print-button" icon="printer" loading={printing} onClick={this.print}></Button> : null}
        <Row>{this.getComponents()}</Row>
        <Row className="component-wrap">{this.getComponents()}</Row>
      </div>
    )
  }