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
92898b29
Commit
92898b29
authored
Oct 16, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak styles
parent
62792cc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
src/layouts/BasicLayout.js
src/layouts/BasicLayout.js
+1
-1
src/layouts/BasicLayout.less
src/layouts/BasicLayout.less
+7
-0
src/routes/Forms/StepForm/style.less
src/routes/Forms/StepForm/style.less
+1
-1
No files found.
src/layouts/BasicLayout.js
View file @
92898b29
...
@@ -188,8 +188,8 @@ class BasicLayout extends React.PureComponent {
...
@@ -188,8 +188,8 @@ class BasicLayout extends React.PureComponent {
collapsedWidth
=
{
80
}
collapsedWidth
=
{
80
}
breakpoint
=
"
md
"
breakpoint
=
"
md
"
onCollapse
=
{
this
.
onCollapse
}
onCollapse
=
{
this
.
onCollapse
}
style
=
{{
minHeight
:
'
100vh
'
}}
width
=
{
256
}
width
=
{
256
}
className
=
{
styles
.
sider
}
>
>
<
div
className
=
{
styles
.
logo
}
>
<
div
className
=
{
styles
.
logo
}
>
<
Link
to
=
"
/
"
>
<
Link
to
=
"
/
"
>
...
...
src/layouts/BasicLayout.less
View file @
92898b29
...
@@ -100,3 +100,10 @@
...
@@ -100,3 +100,10 @@
overflow-x: hidden;
overflow-x: hidden;
}
}
}
}
.sider {
min-height: 100vh;
box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
position: relative;
z-index: 1;
}
src/routes/Forms/StepForm/style.less
View file @
92898b29
...
@@ -55,5 +55,5 @@
...
@@ -55,5 +55,5 @@
.money {
.money {
font-weight: 500;
font-weight: 500;
font-size: 20px;
font-size: 20px;
line-height:
22
px;
line-height:
14
px;
}
}
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