Skip to content

Commit 5a458fc

Browse files
TAYUNMoonofweisheng
authored andcommitted
docs(backtop): ✏️ 修正文档中 BackTop 组件的 bottom 属性描述从「距离屏幕顶部的距离」修改为「距离屏幕底部的距离」
1 parent f851d13 commit 5a458fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en-US/component/backtop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ onPageScroll((e) => {
4242
| zIndex | Component z-index property | number | - | 10 | - |
4343
| iconStyle | Custom `icon` style | string | - | - | - |
4444
| shape | Button shape | string | square | circle | - |
45-
| bottom | Distance from screen top, unit `px` | number | - | 100 | - |
45+
| bottom | Distance from screen bottom, unit `px` | number | - | 100 | - |
4646
| right | Distance from screen right, unit `px` | number | - | 20 | - |
4747

4848
## External Classes

0 commit comments

Comments
 (0)