ElementPlus Backtop 回到頂部

2021-09-27 10:42 更新

Backtop 回到頂部

返回頁面頂部的操作按鈕

基礎(chǔ)用法

滑動頁面即可看到右下方的按鈕。

 

<template>
  Scroll down to see the bottom-right button.
  <el-backtop target=".page-component__scroll .el-scrollbar__wrap"></el-backtop>
</template>

自定義顯示內(nèi)容

顯示區(qū)域被固定為 40px * 40px 的區(qū)域, 其中的內(nèi)容可支持自定義。

 

<template>
  Scroll down to see the bottom-right button.
  <el-backtop
    target=".page-component__scroll .el-scrollbar__wrap"
    :bottom="100"
  >
    <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>

Attributes

參數(shù)說明類型可選值默認(rèn)值
target觸發(fā)滾動的對象string
visibility-height滾動高度達(dá)到此參數(shù)值才出現(xiàn)number200
right控制其顯示位置, 距離頁面右邊距number40
bottom控制其顯示位置, 距離頁面底部距離number40

Events

事件名說明回調(diào)參數(shù)
click點擊按鈕觸發(fā)的事件點擊事件


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號