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