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
P
pro-blocks
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
pro-blocks
Commits
eca38b9c
You need to sign in or sign up before continuing.
Commit
eca38b9c
authored
Sep 06, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix menu
parent
f7fa3988
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
.roadhogrc
.roadhogrc
+4
-4
src/layouts/BasicLayout.js
src/layouts/BasicLayout.js
+1
-2
No files found.
.roadhogrc
View file @
eca38b9c
...
...
@@ -21,9 +21,9 @@
"font-size-base": "14px",
"badge-font-size": "12px",
"btn-font-size-lg": "@font-size-base",
"@menu-dark-bg": "#00
0B14
",
"@menu-dark-submenu-bg": "#00
182E
",
"@layout-sider-background": "#00
0B14
",
"layout-body-background": "#f
5f5
f5"
"@menu-dark-bg": "#00
182E
",
"@menu-dark-submenu-bg": "#00
0B14
",
"@layout-sider-background": "#00
182E
",
"layout-body-background": "#f
0f2
f5"
}
}
src/layouts/BasicLayout.js
View file @
eca38b9c
...
...
@@ -136,7 +136,7 @@ class BasicLayout extends React.PureComponent {
return
groupBy
(
newNotices
,
'
type
'
);
}
handleOpenChange
=
(
openKeys
)
=>
{
const
latestOpenKey
=
openKeys
.
find
(
key
=>
this
.
state
.
openKeys
.
find
(
key
)
);
const
latestOpenKey
=
openKeys
.
find
(
key
=>
this
.
state
.
openKeys
.
indexOf
(
key
)
===
-
1
);
this
.
setState
({
openKeys
:
latestOpenKey
?
[
latestOpenKey
]
:
[],
});
...
...
@@ -198,7 +198,6 @@ class BasicLayout extends React.PureComponent {
<
Menu
theme
=
"
dark
"
mode
=
"
inline
"
openKeys
=
{
this
.
state
.
openKeys
}
onOpenChange
=
{
this
.
handleOpenChange
}
selectedKeys
=
{
this
.
getCurrentMenuSelectedKeys
()}
style
=
{{
margin
:
'
24px 0
'
,
width
:
'
100%
'
}}
...
...
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