fixed.vue 142 B

12345
  1. <template>
  2. <el-affix position="bottom" :offset="20">
  3. <el-button type="primary">Offset bottom 20px</el-button>
  4. </el-affix>
  5. </template>