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
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
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 @@
...
@@ -21,9 +21,9 @@
"font-size-base": "14px",
"font-size-base": "14px",
"badge-font-size": "12px",
"badge-font-size": "12px",
"btn-font-size-lg": "@font-size-base",
"btn-font-size-lg": "@font-size-base",
"@menu-dark-bg": "#00
0B14
",
"@menu-dark-bg": "#00
182E
",
"@menu-dark-submenu-bg": "#00
182E
",
"@menu-dark-submenu-bg": "#00
0B14
",
"@layout-sider-background": "#00
0B14
",
"@layout-sider-background": "#00
182E
",
"layout-body-background": "#f
5f5
f5"
"layout-body-background": "#f
0f2
f5"
}
}
}
}
src/layouts/BasicLayout.js
View file @
eca38b9c
...
@@ -136,7 +136,7 @@ class BasicLayout extends React.PureComponent {
...
@@ -136,7 +136,7 @@ class BasicLayout extends React.PureComponent {
return
groupBy
(
newNotices
,
'
type
'
);
return
groupBy
(
newNotices
,
'
type
'
);
}
}
handleOpenChange
=
(
openKeys
)
=>
{
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
({
this
.
setState
({
openKeys
:
latestOpenKey
?
[
latestOpenKey
]
:
[],
openKeys
:
latestOpenKey
?
[
latestOpenKey
]
:
[],
});
});
...
@@ -198,7 +198,6 @@ class BasicLayout extends React.PureComponent {
...
@@ -198,7 +198,6 @@ class BasicLayout extends React.PureComponent {
<
Menu
<
Menu
theme
=
"
dark
"
theme
=
"
dark
"
mode
=
"
inline
"
mode
=
"
inline
"
openKeys
=
{
this
.
state
.
openKeys
}
onOpenChange
=
{
this
.
handleOpenChange
}
onOpenChange
=
{
this
.
handleOpenChange
}
selectedKeys
=
{
this
.
getCurrentMenuSelectedKeys
()}
selectedKeys
=
{
this
.
getCurrentMenuSelectedKeys
()}
style
=
{{
margin
:
'
24px 0
'
,
width
:
'
100%
'
}}
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