EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
学习指南
更新说明
安装与集成
初见EOS
低代码开发手册
专业代码开发手册
专题场景实战
公共服务框架
应用运行治理
升级手册
常见问题
  • PmAffix
  • 基础用法
  • 固定在底部
  • Attributes

# PmAffix

图钉

# 基础用法

img-affix-01.png
<div style="height:100vh;">
  <PmAffix :offsetTop="40">
    <el-button type="primary">图钉 (Top 40px)</el-button>
  </PmAffix>
</div>
<script>
export default {
    
}
</script>

# 固定在底部

img-affix-02.png
<div style="height:100vh;">
  <PmAffix :offsetBottom="40">
    <el-button type="primary">图钉 (Bottom 40px)</el-button>
  </PmAffix>
</div>
<script>
export default {
    
}
</script>

# Attributes

参数 说明 类型 可选值 默认值
offsetTop 上边距 number - 0
offsetBottom 下边距 number - 0

← 文档大纲 次级菜单 →