vue+element-ui 回到顶部组件backTop

  • Post author:
  • Post category:vue


<template>
    <div class="wraper">
         <template>
            Scroll down to see the bottom-right button.
            <el-backtop target=".wraper">
                <div
                    style="{
                        height: 100%;
                        width: 100%;
                        background-color: #f2f5f6;
                        box-shadow: 0 0 6px rgba(0,0,0, .12);
                        text-align: center;
                        line-height: 40px;
                        color: #1989fa;
                    }"
                    >
                    UP
                </div>
            </el-backtop>
          </template>
          <div>返回顶部</div>
          <div>返回顶部</div>
          <div>返回顶部</div>
          <div>返回顶部</div>
          <div>返回顶部</div>
          <div>返回顶部</div&g



版权声明:本文为weixin_42598901原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。