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