vue 需要滚动到指定地点

2021-09-13  本文已影响0人  Pluto_7a23

利用scrollIntoView() 函数 默认是true

document.getElementById(需要滚动的div的id).scrollIntoView()

官网地址:https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView

上一篇 下一篇

猜你喜欢

热点阅读