码迷,mamicode.com
首页 > 其他好文 > 详细

element跳转至最后一行和第一行

时间:2020-06-02 14:58:39      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:efs   scrolltop   tab   wrapper   list   scrollto   rap   lis   top   

1.设置table的ref为tableList

2.设置滚动至顶部

this.$refs.tableList.bodyWrapper.scrollTop =0;
3.设置滚动至底部
this.$refs.tableList.bodyWrapper.scrollTop =this.$refs.tableList.bodyWrapper.scrollHeight;

element跳转至最后一行和第一行

标签:efs   scrolltop   tab   wrapper   list   scrollto   rap   lis   top   

原文地址:https://www.cnblogs.com/MDGE/p/13031099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!