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
f02c479e
Commit
f02c479e
authored
Jun 12, 2018
by
F-loat
Committed by
ιεΈ
Jun 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: layout height
parent
eda9f31d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/SiderMenu/index.less
src/components/SiderMenu/index.less
+1
-1
src/index.less
src/index.less
+1
-1
No files found.
src/components/SiderMenu/index.less
View file @
f02c479e
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
}
}
.sider {
.sider {
min-height: 100
vh
;
min-height: 100
%
;
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
position: relative;
position: relative;
z-index: 10;
z-index: 10;
...
...
src/index.less
View file @
f02c479e
...
@@ -10,7 +10,7 @@ body,
...
@@ -10,7 +10,7 @@ body,
}
}
:global(.ant-layout) {
:global(.ant-layout) {
min-height: 100
%
;
min-height: 100
vh
;
}
}
canvas {
canvas {
...
...
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