-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Task] User profile page, and password changing function #50
Conversation
} | ||
}; | ||
|
||
public handleConfirmBlur = (e: any) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove or add rule back
src/routes/Profile/index.tsx
Outdated
}; | ||
} | ||
|
||
public columns = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private type
src/routes/Profile/index.tsx
Outdated
dataIndex: 'value' | ||
} | ||
]; | ||
public data = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private type
src/routes/Profile/index.tsx
Outdated
> | ||
<Meta | ||
avatar={ | ||
<Avatar src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to change the avatar image src.
src/routes/Profile/index.tsx
Outdated
dataSource={this.data} | ||
pagination={false} | ||
showHeader={false} | ||
size={'middle'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default is middle, you can remove that.
No description provided.