From 47b60c427d8b72e250b551ec857c0631b5857224 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 15 四月 2021 19:42:35 +0800
Subject: [PATCH] 2021-04-15

---
 src/tabviews/custom/components/group/normal-group/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/components/group/normal-group/index.jsx b/src/tabviews/custom/components/group/normal-group/index.jsx
index 9de350a..bbb9588 100644
--- a/src/tabviews/custom/components/group/normal-group/index.jsx
+++ b/src/tabviews/custom/components/group/normal-group/index.jsx
@@ -2,7 +2,7 @@
 import PropTypes from 'prop-types'
 import { connect } from 'react-redux'
 import { is, fromJS } from 'immutable'
-import { Col, Empty, notification, Button } from 'antd'
+import { Col, Empty, notification, Button, Row } from 'antd'
 import moment from 'moment'
 import md5 from 'md5'
 
@@ -387,7 +387,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}
-        {this.getComponents()}
+        <Row>{this.getComponents()}</Row>
       </div>
     )
   }

--
Gitblit v1.8.0