<div ref="topInfo"></div>
this.$refs.topInfo.offsetHeight;
如果你是组件
this.$refs.topInfo.$el.offsetHeight;