代码style

This commit is contained in:
caishi 2021-08-09 10:36:15 +08:00 committed by caishi
parent 9d4893eb49
commit 53fa18907d
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="实践课程链接" style="word-break: break-all" /> <Input placeholder="实践课程链接" />
)} )}
</Form.Item> </Form.Item>
</Form> </Form>