css 锚点定位 -- scrollIntoView

滚动到指定位置 // 滚动到中间位置dom.scrollIntoView({ behavior: "smooth", block: "center", inline: "center" }); 引用链接:https://www.51cto.com/article/767006.html
posted @ 2024-06-03 22:41  水晴  阅读(2)  评论(0编辑  收藏  举报