Browse Source

docs: update demo

pull/20795/head
afc163 9 years ago
parent
commit
f25ac2feac
  1. 2
      components/form/demo/horizontal-form.md

2
components/form/demo/horizontal-form.md

@ -51,7 +51,7 @@ let Demo = React.createClass({
</FormItem> </FormItem>
<FormItem <FormItem
{...formItemLayout} {...formItemLayout}
label={<span>卖身华府<Tooltip title="我为秋香"><Icon type="question" /></Tooltip></span>}> label={<span>卖身华府 <Tooltip title="我为秋香"><Icon type="question-circle-o" /></Tooltip></span>}>
<label> <label>
<Checkbox {...getFieldProps('agreement')} />同意 <Checkbox {...getFieldProps('agreement')} />同意
</label> </label>

Loading…
Cancel
Save