king
2020-09-23 0de207ebed200dffca41b8c974d1394cf328b03e
src/tabviews/custom/index.jsx
@@ -458,10 +458,10 @@
  render() {
    const { loadingview, viewlost } = this.state
    const { loadingview, viewlost, config } = this.state
    return (
      <div className="custom-page-wrap" id={this.state.ContainerId}>
      <div className="custom-page-wrap" id={this.state.ContainerId} style={config ? config.style : null}>
        {loadingview && <Spin size="large" />}
        <Row gutter={8}>{this.getComponents()}</Row>
        {options.sysType !== 'cloud' ? <Button