限制字符
This commit is contained in:
parent
4bde5da97c
commit
2aad9c67f5
|
@ -53,7 +53,7 @@ function UpdateDescModal({form , visible , onCancel , onOk,desc,website,lesson_u
|
|||
{getFieldDecorator("lesson_url",{
|
||||
rules:[]
|
||||
})(
|
||||
<Input placeholder="实践课程链接"/>
|
||||
<Input placeholder="实践课程链接" style={{wordbreak:"break-all"}}/>
|
||||
)}
|
||||
</Form.Item>
|
||||
</Form>
|
||||
|
|
Loading…
Reference in New Issue