EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
安装部署
应用开发
专题场景实战案例
低代码(Low-Code)开发参考手册
高开开发参考手册
流程开发参考手册
AFCenter 使用指南
Governor 使用指南
升级手册
FAQ
8.3.2更新说明
  • 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

← 文档大纲 次级菜单 →