king
2022-03-03 3fc643dea8f8c957a95a86d250b5d8b06fb740e1
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>
    }
  }
}