vue计算div的高度

<div ref="topInfo"></div>

this.$refs.topInfo.offsetHeight;

如果你是组件

this.$refs.topInfo.$el.offsetHeight;

posted @ 2022-01-04 15:42  土小狗  阅读(1177)  评论(0编辑  收藏  举报