滚动条滚动到指定位置

scrollWidth: function() {
this.$nextTick(() => {
let scroll_width = this.$refs.pre_box_item.scrollWidth ;
this.$refs.pre_box.scrollLeft = scroll_width;
})
},

posted @ 2021-01-05 10:44  JaneLifeVlog  阅读(91)  评论(0)    收藏  举报