uniapp h5获取元素自身宽高和距离视图的距离

186 阅读1分钟
	let dom = document.getElementById('msg-chat-content' + index)
	let option = dom.getBoundingClientRect()
	const {top,bottom,left,height,width} = option