getTitleHeight() {
this.$nextTick(function () {
this.contentHeight = document.getElementsByClassName("topColumn")[0].clientHeight;
console.log(this.contentHeight); //元素高度
})
},
getTitleHeight() {
this.$nextTick(function () {
this.contentHeight = document.getElementsByClassName("topColumn")[0].clientHeight;
console.log(this.contentHeight); //元素高度
})
},
>