king
2020-07-31 5ae8e447c55f61508546e00559f54eb623a5c803
src/tabviews/subtable/index.jsx
@@ -2,7 +2,7 @@
import PropTypes from 'prop-types'
import {connect} from 'react-redux'
import { is, fromJS } from 'immutable'
import { notification, Spin, Switch, Col, Icon, Tabs} from 'antd'
import { notification, Spin, Switch, Row, Col, Icon, Tabs} from 'antd'
import moment from 'moment'
import Api from '@/api'
@@ -810,7 +810,7 @@
            refreshdata={this.refreshbysearch}
          /> : null
        }
        {config ? <div className="chart-view">
        {config ? <Row className="chart-view" gutter={16}>
          {/* 视图组 */}
          {!config.expand ? <Tabs activeKey={chartId} onChange={this.changeChart}>
            {config.charts.map(item => (
@@ -901,7 +901,7 @@
              )
            }
          })}
        </div> : null }
        </Row> : null }
        {viewlost ? <NotFount msg={this.state.lostmsg} /> : null}
      </div>
    )