king
2022-01-17 92224e3d5e03f223bf2fb4b0eb88b74e790d8da9
src/utils/asyncLoadComponent.jsx
@@ -26,7 +26,7 @@
      return C ?
        <C {...this.props} /> :
        <Spin style={{position: 'fixed', left: 'calc(50vw - 22px)', top: 'calc(50vh - 70px)'}} size="large" />
        <Spin style={{position: 'fixed', left: 'calc(50vw - 22px)', top: 'calc(50vh - 70px)', zIndex: 10}} size="large" />
    }
  }
}