index.less 347 B

1234567891011121314151617181920212223
  1. html, body, :global(#root) {
  2. height: 100%;
  3. }
  4. body {
  5. text-rendering: optimizeLegibility;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. ::-webkit-scrollbar-thumb {
  10. background-color: #e6e6e6;
  11. }
  12. ::-webkit-scrollbar {
  13. width: 8px;
  14. height: 8px;
  15. }
  16. .globalSpin {
  17. width: 100%;
  18. margin: 40px 0 !important;
  19. }