mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +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>
|