限制字符

This commit is contained in:
hc1913847458 2021-08-05 10:53:29 +08:00
parent 4bde5da97c
commit 2aad9c67f5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function UpdateDescModal({form , visible , onCancel , onOk,desc,website,lesson_u
{getFieldDecorator("lesson_url",{ {getFieldDecorator("lesson_url",{
rules:[] rules:[]
})( })(
<Input placeholder="实践课程链接"/> <Input placeholder="实践课程链接" style={{wordbreak:"break-all"}}/>
)} )}
</Form.Item> </Form.Item>
</Form> </Form>