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
d16a2e5c
Commit
d16a2e5c
authored
Apr 04, 2019
by
拷钉
Committed by
陈帅
Apr 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong tab behavior (#3903)
* 修复:有多个layout时,如果其中一个layout中没有routes,将发收到另一个layout的菜单 * tabs 激活 tabs 激活
parent
eee76430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/PageHeaderWrapper/index.js
src/components/PageHeaderWrapper/index.js
+2
-2
No files found.
src/components/PageHeaderWrapper/index.js
View file @
d16a2e5c
...
@@ -16,11 +16,11 @@ const { Title } = Typography;
...
@@ -16,11 +16,11 @@ const { Title } = Typography;
* In order to be compatible with the old version of the PageHeader
* In order to be compatible with the old version of the PageHeader
* basically all the functions are implemented.
* basically all the functions are implemented.
*/
*/
const
renderFooter
=
({
tabList
,
activeKeyProps
,
onTabChange
,
tabBarExtraContent
})
=>
{
const
renderFooter
=
({
tabList
,
tabActiveKey
,
onTabChange
,
tabBarExtraContent
})
=>
{
return
tabList
&&
tabList
.
length
?
(
return
tabList
&&
tabList
.
length
?
(
<
Tabs
<
Tabs
className
=
{
styles
.
tabs
}
className
=
{
styles
.
tabs
}
{...
activeKeyProps
}
activeKey
=
{
tabActiveKey
}
onChange
=
{
key
=>
{
onChange
=
{
key
=>
{
if
(
onTabChange
)
{
if
(
onTabChange
)
{
onTabChange
(
key
);
onTabChange
(
key
);
...
...
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