Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Ellipsis): Correction of text(纠正错别字) #2778

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7625,7 +7625,7 @@
"版本号": "2.0.0",
"表格名": "Props",
"第一列": "onClick",
"第二列": "文本点击是触发",
"第二列": "文本点击时触发",
"第三列": "`() => void`",
"第四列": "-"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/ellipsis/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { Ellipsis } from '@nutui/nutui-react'
| collapseText | 收起操作的文案 | `string` | `-` |
| symbol | 省略的符号 | `string` | `...` |
| lineHeight | 容器的行高 | `string` \| `number` | `20` |
| onClick | 文本点击是触发 | `() => void` | `-` |
| onClick | 文本点击时触发 | `() => void` | `-` |
| onChange | 点击展开收起时触发 | `(type: string) => void` | `-` |

## 主题定制
Expand Down
2 changes: 1 addition & 1 deletion src/packages/ellipsis/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import { Ellipsis } from '@nutui/nutui-react-taro'
| collapseText | 收起操作的文案 | `string` | `-` |
| symbol | 省略的符号 | `string` | `...` |
| lineHeight | 容器的行高 | `string` \| `number` | `20` |
| onClick | 文本点击是触发 | `() => void` | `-` |
| onClick | 文本点击时触发 | `() => void` | `-` |
| onChange | 点击展开收起时触发 | `(type: string) => void` | `-` |

## 主题定制
Expand Down
Loading