File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76257625 "版本号" : " 2.0.0" ,
76267626 "表格名" : " Props" ,
76277627 "第一列" : " onClick" ,
7628- "第二列" : " 文本点击是触发 " ,
7628+ "第二列" : " 文本点击时触发 " ,
76297629 "第三列" : " `() => void`" ,
76307630 "第四列" : " -"
76317631 },
Original file line number Diff line number Diff 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## 主题定制
Original file line number Diff line number Diff 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## 主题定制
You can’t perform that action at this time.
0 commit comments