| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- html,
- body,
- #root {
- height: 100%;
- }
- .colorWeak {
- filter: invert(80%);
- }
- .ant-layout {
- min-height: 100vh;
- }
- canvas {
- display: block;
- }
- body {
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .globalSpin {
- width: 100%;
- margin: 40px 0 !important;
- }
- ul,
- ol {
- list-style: none;
- }
- :global {
- body .ant-drawer .ant-drawer-content {
- opacity: 1;
- }
- body .anticon svg {
- display: block;
- }
- }
|