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
7272| --- | --- | --- | --- | --- |
7373| copyableIcon | 自定义拷贝图标 | ` { copied: boolean } ` | ` copied ? <CheckOutlined /> : <CopyOutlined /> ` | |
7474| copyableTooltip | 自定义提示文案,当 ` copyable.tooltip = false ` 时关闭 | ` { copied: boolean } ` | ` copied ? '复制成功' : '复制' ` | |
75+ | editableEnterIcon | 在编辑段中自定义“enter”图标 | ` {className: string} ` | ` <EnterOutlined /> ` | 3.0 |
7576| editableIcon | 自定义编辑图标 | - | < ; EditOutlined /> | |
7677| editableTooltip | 自定义提示文本,当 ` editable.tooltip = false ` 时关闭 | - | ` 编辑 ` | |
7778| ellipsisSymbol | 自定义展开描述文案 | - | - | |
7879| ellipsisTooltip | 省略时,展示提示信息 | - | - | |
79- | enterEnterIcon | 在编辑段中自定义“enter”图标 | ` {className: string} ` | ` <EnterOutlined /> ` | 3.0 |
8080
8181### copyable
8282
You can’t perform that action at this time.
0 commit comments