source.scss 258 B

12345678910111213141516
  1. @use '@/common/design' as *;
  2. .wrapper {
  3. height: 100%;
  4. :global .ant-empty {
  5. position: absolute;
  6. top: 50%;
  7. width: 100%;
  8. padding-top: 0;
  9. margin: 0;
  10. text-align: center;
  11. transform: translateY(-50%);
  12. }
  13. }
  14. .spin {
  15. height: 100%;
  16. }