素材巴巴 > 程序开发 >

overflow:scroll的使用中滚动条固定在最新的数据的位置

程序开发 2023-09-17 21:17:03

1、overflow:scroll生成的滚动条的控制

当页面刷新到一个新的页面的时候,假如存在关于信息的滚动条,多数时候我们会要求数据展示的是最新的。

{{item.created_at_text}}
methods: //放在函数中获取数据之后否则容易失效 this.$nextTick(() =>{this.$refs.historyContent.scrollTop = this.$refs.historyContent.scrollHeight;}).history-content{width: 100%-1.2rem;height: 11.57rem;padding: 0.8rem 0.6rem;overflow: auto; }

2、关于ref属性是可以获取vue中的dom元素并且对相应标签进行操作

使用方法:this.$refs.ref的内容

document.getElementById()和this.$refs.ref的内容等效

最终效果图

 


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。