47f1bb90 by liangyifan

备注

1 parent 57cae15e
......@@ -56,7 +56,7 @@ export default {
mounted () {
// 计算滚动条高度
setTimeout(() => {
if(this.btnShow){
if(this.btnShow){ //判断按钮的显影来决定是否需要计算高度
if(this.height == 'auto'){
this.contentHeight = (this.$refs.contentRef.offsetHeight - 115) + 'px'
}else{
......