diff --git a/components/table/index.zh-CN.md b/components/table/index.zh-CN.md index 55ed124198..827bbb8122 100644 --- a/components/table/index.zh-CN.md +++ b/components/table/index.zh-CN.md @@ -163,7 +163,7 @@ const columns = [ 列描述数据对象,是 columns 中的一项,Column 使用相同的 API。 | 参数 | 说明 | 类型 | 默认值 | 版本 | -| --- | --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | | align | 设置列的对齐方式 | `left` \| `right` \| `center` | `left` | | | className | 列样式类名 | string | - | | | colSpan | 表头列合并,设置为 0 时,不渲染 | number | - | | diff --git a/components/tree/index.zh-CN.md b/components/tree/index.zh-CN.md index f0f4decd73..b7ecb045ab 100644 --- a/components/tree/index.zh-CN.md +++ b/components/tree/index.zh-CN.md @@ -35,7 +35,7 @@ demo: ### Tree props | 参数 | 说明 | 类型 | 默认值 | 版本 | -| --- | --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | | allowDrop | 是否允许拖拽时放置在该节点 | ({ dropNode, dropPosition }) => boolean | - | | | autoExpandParent | 是否自动展开父节点 | boolean | false | | | blockNode | 是否节点占据一行 | boolean | false | |