返回页面顶部的操作按钮
滑动页面即可看到右下方的按钮。
<template>
Scroll down to see the bottom-right button.
<el-backtop target=".page-component__scroll .el-scrollbar__wrap"></el-backtop>
</template>
显示区域被固定为 40px * 40px 的区域, 其中的内容可支持自定义。
<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>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
target | 触发滚动的对象 | string | ||
visibility-height | 滚动高度达到此参数值才出现 | number | 200 | |
right | 控制其显示位置, 距离页面右边距 | number | 40 | |
bottom | 控制其显示位置, 距离页面底部距离 | number | 40 |
事件名 | 说明 | 回调参数 |
---|---|---|
click | 点击按钮触发的事件 | 点击事件 |
在Bootstrap4中包含了很多实用的小工具,这些功能能够让你不用写CSS代码就能实现想要的效果,让开发更快捷和简单。边框使用borde...
Bootstrap4中,我们可以使用各种类对图片的形状、对齐等进行设置。具体使用的类如下:图片形状向一个img元素添加类,轻松地在项...
axios.get('/user/12345').catch(function (error) {if (error.response) {// 请求已发出,且服务器的响应状态码超出了 ...
Axios 插件:重试失败的请求。安装npm install axios-retry使用// CommonJS// const axiosRetry = require('axios-retry'...
Highcharts 音量表(VU Meter)Highcharts 测量图以下实例演示了音量表(VU Meter)。我们在前面的章节已经了解了 Highcharts 基...