docs: ✏️ 优化 Cell 关于 clickable 和 is-link 的介绍

This commit is contained in:
不如摸鱼去 2024-12-06 00:12:26 +08:00
parent 70058f2270
commit 6f58e72b1d

View File

@ -246,7 +246,7 @@ function handleSwitchChange({ value }) {
| label | 描述信息 | string | - | - | - |
| is-link | 是否为跳转链接 | boolean | - | false | - |
| to | 跳转地址 | string | - | - | - |
| clickable | 开启点击反馈is-link 默认开启 | boolean | - | false | - |
| clickable | 点击反馈,开启 is-link 时,默认开启此选项 | boolean | - | false | - |
| replace | 跳转时是否替换栈顶页面 | boolean | - | false | - |
| size | 设置单元格大小 | string | large | - | - |
| title-width | 设置左侧标题宽度 | string | - | - | - |