File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LT2jR41Uj2EAAA
72
72
| --- | --- | --- | --- | --- |
73
73
| copyableIcon | 自定义拷贝图标 | ` { copied: boolean } ` | ` copied ? <CheckOutlined /> : <CopyOutlined /> ` | |
74
74
| copyableTooltip | 自定义提示文案,当 ` copyable.tooltip = false ` 时关闭 | ` { copied: boolean } ` | ` copied ? '复制成功' : '复制' ` | |
75
+ | editableEnterIcon | 在编辑段中自定义“enter”图标 | ` {className: string} ` | ` <EnterOutlined /> ` | 3.0 |
75
76
| editableIcon | 自定义编辑图标 | - | < ; EditOutlined /> | |
76
77
| editableTooltip | 自定义提示文本,当 ` editable.tooltip = false ` 时关闭 | - | ` 编辑 ` | |
77
78
| ellipsisSymbol | 自定义展开描述文案 | - | - | |
78
79
| ellipsisTooltip | 省略时,展示提示信息 | - | - | |
79
- | enterEnterIcon | 在编辑段中自定义“enter”图标 | ` {className: string} ` | ` <EnterOutlined /> ` | 3.0 |
80
80
81
81
### copyable
82
82
You can’t perform that action at this time.
0 commit comments