loading.less 295 B

12345678910111213141516
  1. .loading-box {
  2. position: absolute;
  3. margin: 0 auto;
  4. top: 60px;
  5. right: 20px;
  6. z-index: 4;
  7. .ant-spin {
  8. .ant-spin-text {
  9. display: flex;
  10. flex-direction: column;
  11. span {
  12. text-align: left;
  13. }
  14. }
  15. }
  16. }