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
81e86060
Commit
81e86060
authored
Apr 18, 2019
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: support extra
parent
123f46d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/components/PageHeaderWrapper/index.d.ts
src/components/PageHeaderWrapper/index.d.ts
+0
-1
src/pages/Profile/AdvancedProfile.js
src/pages/Profile/AdvancedProfile.js
+1
-1
No files found.
src/components/PageHeaderWrapper/index.d.ts
View file @
81e86060
import
React
from
'
react
'
;
import
React
from
'
react
'
;
export
interface
ResultProps
{
export
interface
ResultProps
{
actions
?:
React
.
ReactNode
;
className
?:
string
;
className
?:
string
;
description
?:
React
.
ReactNode
;
description
?:
React
.
ReactNode
;
extra
?:
React
.
ReactNode
;
extra
?:
React
.
ReactNode
;
...
...
src/pages/Profile/AdvancedProfile.js
View file @
81e86060
...
@@ -262,7 +262,7 @@ class AdvancedProfile extends Component {
...
@@ -262,7 +262,7 @@ class AdvancedProfile extends Component {
logo
=
{
logo
=
{
<
img
alt
=
""
src
=
"
https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png
"
/>
<
img
alt
=
""
src
=
"
https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png
"
/>
}
}
action
=
{
action
}
extra
=
{
action
}
content
=
{
description
}
content
=
{
description
}
extraContent
=
{
extra
}
extraContent
=
{
extra
}
tabList
=
{
tabList
}
tabList
=
{
tabList
}
...
...
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