Skip to content

Commit b0cd321

Browse files
TAYUNMoonofweisheng
authored andcommitted
docs(backtop): ✏️ 修正文档中 bottom 属性的描述
将 BackTop 组件文档中 bottom 属性的描述从"距离屏幕顶部的距离"修改为"距离屏幕底部的距离",以符合实际功能和代码逻辑。
1 parent b98c613 commit b0cd321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/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 | 组件z-index属性 | number | - | 10 | - |
4343
| iconStyle | 自定义`icon`样式 | string | - | - | - |
4444
| shape | 按钮形状 | string | square | circle | - |
45-
| bottom | 距离屏幕顶部的距离,单位`px` | number | - | 100 | - |
45+
| bottom | 距离屏幕底部的距离,单位`px` | number | - | 100 | - |
4646
| right | 距离屏幕右边距离,单位`px` | number | - | 20 | - |
4747

4848
## 外部样式类

0 commit comments

Comments
 (0)