BackTop


返回页面顶部的快捷按钮。

示例
  1. <nut-gotop
  2. :bottom="0.8"
  3. :right="0.3"
  4. :screenNum="0.5"
  5. ></nut-gotop>

Props
参数说明类型默认值可选值
bottom距离窗口底部的距离(单位rem)String0.8
right距离窗口右侧的距离(单位rem)String0.8
screenNum出现该按钮时的滚动距离相对窗口高度的比例。比如,0.5为页面滚动到窗口高度的一半时出现返回按钮。Number0.5
arrowColor箭头颜色String'#000000'