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
4186ba64
Commit
4186ba64
authored
Sep 29, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix menu collapsed behavior
parent
25c44114
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
BasicLayout.js
src/layouts/BasicLayout.js
+6
-1
No files found.
src/layouts/BasicLayout.js
View file @
4186ba64
...
...
@@ -176,6 +176,11 @@ class BasicLayout extends React.PureComponent {
const
noticeData
=
this
.
getNoticeData
();
// Don't show popup menu when it is been collapsed
const
menuProps
=
collapsed
?
{}
:
{
openKeys
:
this
.
state
.
openKeys
,
};
return
(
<
DocumentTitle
title
=
{
this
.
getPageTitle
()}
>
<
Layout
>
...
...
@@ -198,7 +203,7 @@ class BasicLayout extends React.PureComponent {
<
Menu
theme
=
"dark"
mode
=
"inline"
openKeys
=
{
this
.
state
.
openKey
s
}
{...
menuProp
s
}
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