返回页面顶部的按钮。
向下滚动以查看右下角的按钮。
<template> Scroll down to see the bottom-right button. <el-backtop :right="100" :bottom="100" /> </template>
显示区域为 40px * 40px。
<template> Scroll down to see the bottom-right button. <el-backtop :bottom="100"> <div style=" height: 100%; width: 100%; background-color: var(--el-bg-color-overlay); box-shadow: var(--el-box-shadow-lighter); text-align: center; line-height: 40px; color: #1989fa; " > UP </div> </el-backtop> </template>
string
number
Function
组件 • 样式 • 文档