mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
6 lines
123 B
Vue
6 lines
123 B
Vue
|
<template>
|
||
|
<el-affix :offset="120">
|
||
|
<el-button type="primary">Offset top 120px</el-button>
|
||
|
</el-affix>
|
||
|
</template>
|