global.less 483 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. html,
  2. body,
  3. #root {
  4. height: 100%;
  5. }
  6. .colorWeak {
  7. filter: invert(80%);
  8. }
  9. .ant-layout {
  10. min-height: 100vh;
  11. }
  12. canvas {
  13. display: block;
  14. }
  15. body {
  16. text-rendering: optimizeLegibility;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. .globalSpin {
  21. width: 100%;
  22. margin: 40px 0 !important;
  23. }
  24. ul,
  25. ol {
  26. list-style: none;
  27. }
  28. :global {
  29. body .ant-drawer .ant-drawer-content {
  30. opacity: 1;
  31. }
  32. body .anticon svg {
  33. display: block;
  34. }
  35. }