mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
docs(backtop): ✏️ 修正文档中 bottom 属性的描述
将 BackTop 组件文档中 bottom 属性的描述从"距离屏幕顶部的距离"修改为"距离屏幕底部的距离",以符合实际功能和代码逻辑。
This commit is contained in:
parent
b98c6131b7
commit
b0cd321c5e
@ -42,7 +42,7 @@ onPageScroll((e) => {
|
||||
| zIndex | 组件z-index属性 | number | - | 10 | - |
|
||||
| iconStyle | 自定义`icon`样式 | string | - | - | - |
|
||||
| shape | 按钮形状 | string | square | circle | - |
|
||||
| bottom | 距离屏幕顶部的距离,单位`px` | number | - | 100 | - |
|
||||
| bottom | 距离屏幕底部的距离,单位`px` | number | - | 100 | - |
|
||||
| right | 距离屏幕右边距离,单位`px` | number | - | 20 | - |
|
||||
|
||||
## 外部样式类
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user