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> ) }