Skip to content

Commit fad777d

Browse files
docs: ✏️ 添加 Cell 单元格 border 属性的文档
Closes: #653
1 parent aa8834d commit fad777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/component/cell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ function handleSwitchChange({ value }) {
255255
| vertical | 表单属性,上下结构 | boolean | - | false | - |
256256
| prop | 表单域 `model` 字段名,在使用表单校验功能的情况下,该属性是必填的 | string | - | - | - |
257257
| rules | 表单验证规则,结合`wd-form`组件使用 | `FormItemRule []` | - | `[]` | - |
258+
| border | 是否展示边框线,优先级高于`cell-group``border` | boolean | - | - | - |
258259

259260
### FormItemRule 数据结构
260261

0 commit comments

Comments
 (0)