mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
2.1 KiB
2.1 KiB
pageClass |
---|
comp-page-class |
Affix 图钉
代码示例
默认距离滚动元素顶部0px图钉提供三个属性offset-top和offset-bottom,一个触发事件statu-change。
默认offset-top=0,offset-bottom=undefined,均为Number类型,代表距离父滚动元素顶部或者底部的距离(单位:px)。
当设置的offset-top或者offset-bottom太大超出父滚动元素高度时,变成默认的0px,即贴边。
距离滚动元素顶部40px自定义组件内元素的样式
API
Props
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
height-to-show | 定义显示时距顶部的距离(单位:px) | Number | 400 |
target | 当处于滚动元素中时,定义滚动的父元素 | Function | document.body |