element-plus/docs/examples/backtop/custom.vue

19 lines
378 B
Vue

<template>
Scroll down to see the bottom-right button.
<el-backtop :bottom="100">
<div
style="
height: 100%;
width: 100%;
background-color: #f2f5f6;
box-shadow: var(--el-box-shadow-lighter);
text-align: center;
line-height: 40px;
color: #1989fa;
"
>
UP
</div>
</el-backtop>
</template>