Commit 77ce0fdf authored by 陈帅's avatar 陈帅

doc:Modify the error of the document

parent 189e6c5c
...@@ -39,7 +39,7 @@ Apart from the above properties, Login.Username also support all properties of a ...@@ -39,7 +39,7 @@ Apart from the above properties, Login.Username also support all properties of a
Property | Description | Type | Default Property | Description | Type | Default
----|------|-----|------ ----|------|-----|------
onGetCaptcha | callback on getting a new Captcha | () => void | - onGetCaptcha | callback on getting a new Captcha | () => void | -
buttonText | text on getting a new Captcha | ReactNode | - buttonText | text on getting a new Captcha | ReactNode | '获取验证码'
Apart from the above properties, _Login.Captcha_ support the same properties with _Login.UserName_. Apart from the above properties, _Login.Captcha_ support the same properties with _Login.UserName_.
......
...@@ -32,15 +32,14 @@ name | 控件标记,提交数据中同样以此为 key | String | - ...@@ -32,15 +32,14 @@ name | 控件标记,提交数据中同样以此为 key | String | -
rules | 校验规则,同 Form getFieldDecorator(id, options) 中 [option.rules 的规则](getFieldDecorator(id, options)) | object[] | - rules | 校验规则,同 Form getFieldDecorator(id, options) 中 [option.rules 的规则](getFieldDecorator(id, options)) | object[] | -
除上述属性以外,Login.UserName 还支持 antd.Input 的所有属性,并且自带默认的基础配置,包括 `placeholder` `size` `prefix` 等,这些基础配置均可被覆盖。 除上述属性以外,Login.UserName 还支持 antd.Input 的所有属性,并且自带默认的基础配置,包括 `placeholder` `size` `prefix` 等,这些基础配置均可被覆盖。
## Login.Password、Login.Mobile 同 Login.UserName
### Login.Password、Login.Mobile 同 Login.UserName
### Login.Captcha ### Login.Captcha
参数 | 说明 | 类型 | 默认值 参数 | 说明 | 类型 | 默认值
----|------|-----|------ ----|------|-----|------
onGetCaptcha | 点击获取校验码的回调 | () => void | - onGetCaptcha | 点击获取校验码的回调 | () => void | -
buttonText | 点击获取校验码的说明文字 | ReactNode | - buttonText | 点击获取校验码的说明文字 | ReactNode | '获取验证码'
除上述属性以外,Login.Captcha 支持的属性与 Login.UserName 相同。 除上述属性以外,Login.Captcha 支持的属性与 Login.UserName 相同。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment