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
d247ab26
Commit
d247ab26
authored
Sep 05, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some detail style
parent
3472590f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
src/components/GlobalHeader/index.less
src/components/GlobalHeader/index.less
+5
-3
src/components/SiderMenu/index.less
src/components/SiderMenu/index.less
+1
-2
No files found.
src/components/GlobalHeader/index.less
View file @
d247ab26
@import '~antd/lib/style/themes/default.less';
@pro-header-hover-bg: rgba(0, 0, 0, 0.025);
.header {
height: 64px;
padding: 0 12px 0 0;
...
...
@@ -39,7 +41,7 @@ i.trigger {
transition: all 0.3s, padding 0s;
padding: 22px 24px;
&:hover {
background: @pr
imary-1
;
background: @pr
o-header-hover-bg
;
}
}
...
...
@@ -58,10 +60,10 @@ i.trigger {
color: @text-color;
}
&:hover {
background: @pr
imary-1
;
background: @pr
o-header-hover-bg
;
}
:global(&.ant-popover-open) {
background: @pr
imary-1
;
background: @pr
o-header-hover-bg
;
}
}
.search {
...
...
src/components/SiderMenu/index.less
View file @
d247ab26
...
...
@@ -45,8 +45,7 @@
background-color: white;
.logo {
background: white;
border-bottom: 1px solid @border-color-split;
box-shadow: 1px 0 0 0 @border-color-split;
box-shadow: 1px 1px 0 0 @border-color-split;
h1 {
color: @primary-color;
}
...
...
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