Skip to content

Commit 2d9092d

Browse files
fix(文档): 修复文档合并展示问题 (#9229)
1 parent 70c7340 commit 2d9092d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

site/components/form/Group/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
5656

5757
### ProFormList API
5858

59-
<<<<<<< HEAD:docs/components/form/Group/index.md
6059
| 参数 | 说明 | 类型 | 默认值 |
6160
| ------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | -------------------------------- |
6261
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | `(doms,listMeta)=> ReactNode` | - |
@@ -74,7 +73,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
7473
| actionRender | 自定义操作按钮 | `(field,action,defaultActionDom,count)=>React.ReactNode[]` | - |
7574
| onAfterAdd | 新增数据后的钩子 | `(defaultValue: StoreValue, insertIndex: number, count: number) => void` | - |
7675
| onAfterRemove | 删除数据后的钩子 | `(index: number, count: number) => void` | - |
77-
=======
7876
| 参数 | 说明 | 类型 | 默认值 |
7977
| --- | --- | --- | --- |
8078
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | `(doms,listMeta)=> ReactNode` | - |
@@ -387,7 +385,6 @@ name 参数必须要是一个数组,如果是嵌套的结构可以这样配置
387385

388386
### 行为守卫
389387

390-
<<<<<<< HEAD:docs/components/form/Group/index.md
391388
<code src="../../../../demos/form/Group/pro-form-list.tsx" title="行为守卫"></code>
392389

393390
### 增删条目限制

site/components/group/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
5656

5757
### ProFormList API
5858

59-
<<<<<<< HEAD:docs/components/form/Group/index.md
6059
| 参数 | 说明 | 类型 | 默认值 |
6160
| ------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | -------------------------------- |
6261
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | `(doms,listMeta)=> ReactNode` | - |
@@ -74,7 +73,6 @@ ProFormList 与 [Form.List](https://ant.design/components/form-cn/#Form.List) AP
7473
| actionRender | 自定义操作按钮 | `(field,action,defaultActionDom,count)=>React.ReactNode[]` | - |
7574
| onAfterAdd | 新增数据后的钩子 | `(defaultValue: StoreValue, insertIndex: number, count: number) => void` | - |
7675
| onAfterRemove | 删除数据后的钩子 | `(index: number, count: number) => void` | - |
77-
=======
7876
| 参数 | 说明 | 类型 | 默认值 |
7977
| --- | --- | --- | --- |
8078
| itemRender | 自定义 Item,可以用来将 action 放到别的地方 | `(doms,listMeta)=> ReactNode` | - |
@@ -387,7 +385,6 @@ name 参数必须要是一个数组,如果是嵌套的结构可以这样配置
387385

388386
### 行为守卫
389387

390-
<<<<<<< HEAD:docs/components/form/Group/index.md
391388
<code src="../../../demos/form/Group/pro-form-list.tsx" title="行为守卫"></code>
392389

393390
### 增删条目限制

0 commit comments

Comments
 (0)