Commit f23ea6b8 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

style:fix Global.less does not work

parent 956da47c
html, :global {
body, html,
#root { body,
#root {
height: 100%; height: 100%;
} }
.colorWeak { .colorWeak {
filter: invert(80%); filter: invert(80%);
} }
.ant-layout { .ant-layout {
min-height: 100vh; min-height: 100vh;
} }
canvas { canvas {
display: block; display: block;
} }
body { body {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.globalSpin { .globalSpin {
width: 100%; width: 100%;
margin: 40px 0 !important; margin: 40px 0 !important;
} }
// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7 // temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
.ant-spin-container { .ant-spin-container {
overflow: visible !important; overflow: visible !important;
}
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment