king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/utils/asyncSpinComponent.jsx
@@ -26,7 +26,7 @@
      return C ?
        <C {...this.props} /> :
        <div className="async-spin" style={{textAlign: 'center', minHeight: 50, lineHeight: '50px'}}><Spin/></div>
        <div className="async-spin" style={{textAlign: 'center', minHeight: 50, lineHeight: '50px', background: '#ffffff'}}><Spin/></div>
    }
  }
}