king
2022-11-07 af6486b3629d23e426ce85b87dbc20dfa15b1afe
src/tabviews/custom/popview/index.jsx
@@ -996,7 +996,7 @@
    const { viewlost, config, loading } = this.state
    return (
      <div className={'pop-page-wrap ' + (loading ? 'loading' : '')} style={config.style}>
      <div className={'pop-page-wrap ' + (loading ? 'loading' : '')} style={config ? config.style : null}>
        {loading ? <Spin className="view-spin" size="large" /> : null}
        <Row className="component-wrap">{this.getComponents()}</Row>
        {viewlost ? <NotFount msg={this.state.lostmsg} /> : null}