uniapp h5获取元素自身宽高和距离视图的距离 不爱打游戏的i人 2023-03-13 186 阅读1分钟 let dom = document.getElementById('msg-chat-content' + index) let option = dom.getBoundingClientRect() const {top,bottom,left,height,width} = option