Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
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
6e0163ad
Commit
6e0163ad
authored
6 years ago
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade heading font and fix light menu hightlight border
parent
128e780c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/SiderMenu/SiderMenu.js
src/components/SiderMenu/SiderMenu.js
+1
-1
src/components/SiderMenu/index.less
src/components/SiderMenu/index.less
+1
-1
src/layouts/UserLayout.less
src/layouts/UserLayout.less
+1
-1
No files found.
src/components/SiderMenu/SiderMenu.js
View file @
6e0163ad
...
...
@@ -118,7 +118,7 @@ export default class SiderMenu extends PureComponent {
mode
=
"
inline
"
handleOpenChange
=
{
this
.
handleOpenChange
}
onOpenChange
=
{
this
.
handleOpenChange
}
style
=
{{
padding
:
'
16px 0
'
,
width
:
'
100%
'
,
overflowX
:
'
hidden
'
}}
style
=
{{
padding
:
'
16px 0
'
,
width
:
'
100%
'
}}
{...
defaultProps
}
/
>
<
/Sider
>
...
...
This diff is collapsed.
Click to expand it.
src/components/SiderMenu/index.less
View file @
6e0163ad
...
...
@@ -21,7 +21,7 @@
vertical-align: middle;
font-size: 20px;
margin: 0 0 0 12px;
font-family:
'Myriad Pro'
, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-family:
Avenir
, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/layouts/UserLayout.less
View file @
6e0163ad
...
...
@@ -57,7 +57,7 @@
.title {
font-size: 33px;
color: @heading-color;
font-family:
'Myriad Pro'
, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-family:
Avenir
, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600;
position: relative;
top: 2px;
...
...
This diff is collapsed.
Click to expand it.
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