Skip to content

Commit 3899d92

Browse files
authored
docs(form):Resolve document code conflicts (#9200)
1 parent c165568 commit 3899d92

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

site/components/field-set/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Same as [upload](https://ant.design/components/upload/). The Button style is pre
566566
| icon | The chart of Dragger. | `ReactNode` | UploadOutlined |
567567
| title | Dragger's title | `ReactNode` | Click to upload |
568568
| max | Maximum upload quantity. The upload button will be hidden if the maximum quantity is exceeded | `number` | - |
569-
569+
| imageProps | Preview the additional configuration of the [Image](https://ant-design.antgroup.com/components/image-cn) component, and you can customize the preview behavior, toolbar and other image component properties. | `ImageProps` | - |
570570
```tsx | pure
571571
<ProFormUploadButton label="upload" name="upload" action="upload.do" />
572572
```

site/components/field-set/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,6 @@ ProFormCaptcha 是为了支持中后台中常见的验证码功能开发的组
561561

562562
[upload](https://ant.design/components/upload-cn/) 相同。预设了 Button 的样式,其他与 Upload 相同。
563563

564-
<<<<<<< HEAD:docs/components/form/FieldSet/index.md
565-
| 参数 | 说明 | 类型 | 默认值 |
566-
| ----- | ------------------------------------------ | ----------- | -------------- |
567-
| icon | Button 的图标 | `ReactNode` | UploadOutlined |
568-
| title | Button 的标题 | `ReactNode` | 单击上传 |
569-
| max | 最大上传数量,超过最大数量就会隐藏上传按钮 | `number` | - |
570-
=======
571564
| 参数 | 说明 | 类型 | 默认值 |
572565
| --- | --- | --- | --- |
573566
| icon | Button 的图标 | `ReactNode` | UploadOutlined |

0 commit comments

Comments
 (0)