We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8834d commit fad777dCopy full SHA for fad777d
docs/component/cell.md
@@ -255,6 +255,7 @@ function handleSwitchChange({ value }) {
255
| vertical | 表单属性,上下结构 | boolean | - | false | - |
256
| prop | 表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的 | string | - | - | - |
257
| rules | 表单验证规则,结合`wd-form`组件使用 | `FormItemRule []` | - | `[]` | - |
258
+| border | 是否展示边框线,优先级高于`cell-group`的`border` | boolean | - | - | - |
259
260
### FormItemRule 数据结构
261
0 commit comments