docs(backtop): ✏️ 修正文档中 BackTop 组件的 bottom 属性描述从「距离屏幕顶部的距离」修改为「距离屏幕底部的距离」

This commit is contained in:
weiye 2025-07-18 17:35:33 +08:00 committed by 不如摸鱼去
parent f851d139b1
commit 5a458fc723

View File

@ -42,7 +42,7 @@ onPageScroll((e) => {
| zIndex | Component z-index property | number | - | 10 | - |
| iconStyle | Custom `icon` style | string | - | - | - |
| shape | Button shape | string | square | circle | - |
| bottom | Distance from screen top, unit `px` | number | - | 100 | - |
| bottom | Distance from screen bottom, unit `px` | number | - | 100 | - |
| right | Distance from screen right, unit `px` | number | - | 20 | - |
## External Classes