vue计算div的高度


this.$refs.topInfo.offsetHeight;

如果你是组件

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

相关