layout.module.less 245B

123456789101112131415161718
  1. .page-wrapper {
  2. position: relative;
  3. height: 100%;
  4. .loading {
  5. position: fixed;
  6. background: #f8f8f8;
  7. z-index: 1000;
  8. width: 100%;
  9. height: 100%;
  10. top: 0;
  11. left: 0;
  12. display: grid;
  13. place-items: center;
  14. }
  15. }