From 936b1091a5edc6cdca893063fe429b4e76ff510c Mon Sep 17 00:00:00 2001 From: fx109138 <1091381572@qq.com> Date: Sat, 26 Oct 2019 19:35:24 +0800 Subject: [PATCH] fix: preview code of form docs --- docs/components/Form.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/Form.md b/docs/components/Form.md index 7ded7a3..dc07b04 100644 --- a/docs/components/Form.md +++ b/docs/components/Form.md @@ -42,10 +42,10 @@ import { Form, Input } from 'beeshell';
{}} /> - 描述信息 + 描述信息 - {})} /> + {}} />
``` @@ -66,4 +66,4 @@ import { Form, Input } from 'beeshell'; | label | string/ReactElement | false | '标题' | 表单项标签,可以是字符串或者 ReactElement | | labelWidth | number | false | 90 | 表单项标签宽度 | | hasLine | boolean | false | false | 在表单项下是否有横线 | -| children | ReactChild[]|ReactChild | false | null | 表单项子元素 | \ No newline at end of file +| children | ReactChild[]|ReactChild | false | null | 表单项子元素 |