Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
f23ea6b8
Commit
f23ea6b8
authored
Jul 12, 2018
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:fix Global.less does not work
parent
956da47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
26 deletions
+28
-26
src/global.less
src/global.less
+28
-26
No files found.
src/global.less
View file @
f23ea6b8
html,
:global {
body,
html,
#root {
body,
height: 100%;
#root {
}
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;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment