Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
2ed3f76a
Commit
2ed3f76a
authored
Oct 11, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix FooterToolbar style
parent
64f00d35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
index.less
src/components/FooterToolbar/index.less
+3
-2
BasicLayout.less
src/layouts/BasicLayout.less
+2
-1
No files found.
src/components/FooterToolbar/index.less
View file @
2ed3f76a
...
...
@@ -7,9 +7,10 @@
right: 0;
height: 56px;
line-height: 56px;
box-shadow:
@shadow-1-up
;
box-shadow:
0 -1px 2px rgba(0, 0, 0, .03)
;
background: #fff;
padding: 0 28px;
border-top: 1px solid @border-color-split;
padding: 0 24px;
transition: all .3s;
&:after {
...
...
src/layouts/BasicLayout.less
View file @
2ed3f76a
...
...
@@ -3,7 +3,8 @@
.header {
padding: 0 16px 0 0;
background: #fff;
border-bottom: 1px solid @border-color-split;
box-shadow: 0 1px 4px rgba(0, 21, 41, .12);
position: relative;
}
.logo {
...
...
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