docs: 修复formItem文档属性表展示错乱问题 (#5731)

Co-authored-by: jinye <jinye@baidu.com>
This commit is contained in:
lmaomaoz 2022-11-11 09:55:24 +08:00 committed by GitHub
parent 1058448f32
commit 2675224144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1744,7 +1744,7 @@ fillMapping 配置 支持变量取值和表达式;
## 属性表
| 属性名 | 类型 | 默认值 | 说明 |
| ----------------------- | -------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------- | --- | -------------------------- |
| ----------------------- | -------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------- |
| type | `string` | | 指定表单项类型 |
| className | `string` | | 表单最外层类名 |
| inputClassName | `string` | | 表单控制器类名 |
@ -1782,7 +1782,7 @@ fillMapping 配置 支持变量取值和表达式;
| staticClassName | `string` | | `2.4.0` 静态展示时的类名 |
| staticLabelClassName | `string` | | `2.4.0` 静态展示时的 Label 的类名 |
| staticInputClassName | `string` | | `2.4.0` 静态展示时的 value 的类名 |
| staticSchema | `string` | `Array` | [SchemaNode](../../docs/types/schemanode) | | `2.4.0` 自定义静态展示方式 |
| staticSchema | [SchemaNode](../../docs/types/schemanode) | | `2.4.0` 自定义静态展示方式 |
| staticSchema.limit | `number` | 10 | `2.4.0` select、checkboxes 等选择类组件多选时展示态展示的数量 |
## 支持静态展示的表单项