Merge branch 'develop' of https://git.trustie.net/jasder/forgeplus-react into develop
# Conflicts: # src/forge/Main/sub/UpdateDescModal.jsx
This commit is contained in:
commit
65e7025035
|
@ -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="实践课程链接" style={{wordbreak:"break-all"}}/>
|
||||||
)}
|
)}
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Reference in New Issue