mirror of
https://github.com/YMFE/yapi.git
synced 2024-11-27 04:40:08 +08:00
fix: 修改默认头像为彩色,修改项目描述字数到100
This commit is contained in:
parent
2331ffed11
commit
9b0b54a21e
@ -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
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 |
Loading…
Reference in New Issue
Block a user