fix: 修改默认头像为彩色,修改项目描述字数到100

This commit is contained in:
喻希里 2017-09-13 14:29:55 +08:00
parent 2331ffed11
commit 9b0b54a21e
3 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ class ProjectMessage extends Component {
{getFieldDecorator('desc', {
initialValue: initFormValues.desc,
rules: [{
required: false, message: '描述不超过50字!', max: 50
required: false, message: '描述不超过100字!', max: 100
}]
})(
<TextArea rows={4} />

BIN
static/image/avatar-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 58 KiB