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
67cb0321
Commit
67cb0321
authored
Mar 05, 2018
by
jim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add placeholder 简单的介绍下自己
parent
93efb1bf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.roadhogrc.mock.js
.roadhogrc.mock.js
+0
-1
src/routes/UserProfile/Userinfo/BaseView.js
src/routes/UserProfile/Userinfo/BaseView.js
+1
-1
No files found.
.roadhogrc.mock.js
View file @
67cb0321
...
...
@@ -28,7 +28,6 @@ const proxy = {
'
https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png
'
,
userid
:
'
00000001
'
,
email
:
'
antdesign@alipay.com
'
,
profile
:
'
一个简单的自我介绍
'
,
signature
:
'
海纳百川,有容乃大
'
,
title
:
'
交互专家
'
,
group
:
'
蚂蚁金服-某某某事业群-某某平台部-某某技术部-UED
'
,
...
...
src/routes/UserProfile/Userinfo/BaseView.js
View file @
67cb0321
...
...
@@ -96,7 +96,7 @@ export default class BaseView extends Component {
rules
:
[
{
required
:
true
,
message
:
'
Please input personal profile!
'
},
],
})(
<
Input
.
TextArea
rows
=
{
4
}
/>
)
}
})(
<
Input
.
TextArea
placeholder
=
"
简单的介绍下自己
"
rows
=
{
4
}
/>
)
}
<
/FormItem
>
<
FormItem
label
=
"
国家/地区
"
>
{
getFieldDecorator
(
'
country
'
,
{
...
...
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