BackTop
返回页面顶部的快捷按钮。
示例
<nut-gotop
:bottom="0.8"
:right="0.3"
:screenNum="0.5"
></nut-gotop>
Props
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
bottom | 距离窗口底部的距离(单位rem) | String | 0.8 | — |
right | 距离窗口右侧的距离(单位rem) | String | 0.8 | — |
screenNum | 出现该按钮时的滚动距离相对窗口高度的比例。比如,0.5为页面滚动到窗口高度的一半时出现返回按钮。 | Number | 0.5 | — |
arrowColor | 箭头颜色 | String | '#000000' | — |