<template>
<div id="app">
<div class="content">
<div class="backtop"></div>
<el-backtop target=".content .backtop"></el-backtop>
</div>
</div>
</template>
<style>
html,body {
height: 100%;
}
#app {
height: 100%;
}
.content {
height: 100%;
}
.backtop {
overflow: scroll;
height: 100%;
}
</style>
浙公網安備 33010602011771號