Skip to content

Affix 固钉

滚动时固定元素。

vue
<AAffix :offset-top="80">
  <AButton type="primary">固定在距离顶部 80px</AButton>
</AAffix>
属性类型默认值说明
offsetTopnumber0触发偏移

Released under the MIT License.