1 Star 0 Fork 50

Admin / avue-doc

forked from smallwei / avue-doc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
affix.md 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2020-05-30 20:51 . init docs
<script> export default { } </script>

Affix 图钉

使用图钉,可以将内容固定在屏幕上,并且不随页面的滚动而滚动。常用于侧边菜单等,往下滑动页面体验。 :::tip 1.0.4+ ::::

:::demo

<avue-affix>
  <el-button type="primary">固定在最顶部</el-button>
</avue-affix>
<script>
export default {
  
}
</script>

:::

:::demo

<avue-affix :offset-top="50">
  <el-button type="primary">固定在距离顶部 50px 的位置</el-button>
</avue-affix>
<script>
export default {
  
}
</script>

:::

:::demo

<avue-affix :offset-top="100">
  <el-button type="primary">固定在距离顶部 100px 的位置</el-button>
</avue-affix>
<script>
export default {
  
}
</script>

:::

:::demo

<avue-affix :offset-top="150">
  <el-button type="primary">固定在距离顶部 150px 的位置</el-button>
</avue-affix>
<script>
export default {
  
}
</script>

:::

:::demo 用于测试长度的

<div style="height:500px"></div>
<script>
export default {
  
}
</script>

:::

Variables

参数 说明 类型 可选值 默认值
id 指定父类 String - window
offset-top 距离窗口顶部达到指定偏移量后触发 Number - 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/isni_admin/avue-doc.git
git@gitee.com:isni_admin/avue-doc.git
isni_admin
avue-doc
avue-doc
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891