Skip to content

Commit 0198885

Browse files
authored
fix(Ellipsis): Correction of text (#2778)
1 parent aeabe98 commit 0198885

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7625,7 +7625,7 @@
76257625
"版本号": "2.0.0",
76267626
"表格名": "Props",
76277627
"第一列": "onClick",
7628-
"第二列": "文本点击是触发",
7628+
"第二列": "文本点击时触发",
76297629
"第三列": "`() => void`",
76307630
"第四列": "-"
76317631
},

src/packages/ellipsis/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { Ellipsis } from '@nutui/nutui-react'
6363
| collapseText | 收起操作的文案 | `string` | `-` |
6464
| symbol | 省略的符号 | `string` | `...` |
6565
| lineHeight | 容器的行高 | `string` \| `number` | `20` |
66-
| onClick | 文本点击是触发 | `() => void` | `-` |
66+
| onClick | 文本点击时触发 | `() => void` | `-` |
6767
| onChange | 点击展开收起时触发 | `(type: string) => void` | `-` |
6868

6969
## 主题定制

src/packages/ellipsis/doc.taro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import { Ellipsis } from '@nutui/nutui-react-taro'
7171
| collapseText | 收起操作的文案 | `string` | `-` |
7272
| symbol | 省略的符号 | `string` | `...` |
7373
| lineHeight | 容器的行高 | `string` \| `number` | `20` |
74-
| onClick | 文本点击是触发 | `() => void` | `-` |
74+
| onClick | 文本点击时触发 | `() => void` | `-` |
7575
| onChange | 点击展开收起时触发 | `(type: string) => void` | `-` |
7676

7777
## 主题定制

0 commit comments

Comments
 (0)