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
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
src/layouts/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 {
...
@@ -176,6 +176,11 @@ class BasicLayout extends React.PureComponent {
const
noticeData
=
this
.
getNoticeData
();
const
noticeData
=
this
.
getNoticeData
();
// Don't show popup menu when it is been collapsed
const
menuProps
=
collapsed
?
{}
:
{
openKeys
:
this
.
state
.
openKeys
,
};
return
(
return
(
<
DocumentTitle
title
=
{
this
.
getPageTitle
()}
>
<
DocumentTitle
title
=
{
this
.
getPageTitle
()}
>
<
Layout
>
<
Layout
>
...
@@ -198,7 +203,7 @@ class BasicLayout extends React.PureComponent {
...
@@ -198,7 +203,7 @@ class BasicLayout extends React.PureComponent {
<
Menu
<
Menu
theme
=
"
dark
"
theme
=
"
dark
"
mode
=
"
inline
"
mode
=
"
inline
"
openKeys
=
{
this
.
state
.
openKey
s
}
{...
menuProp
s
}
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