diff --git a/src/components/table/table.vue b/src/components/table/table.vue index ea87beb2..b7d357f7 100644 --- a/src/components/table/table.vue +++ b/src/components/table/table.vue @@ -579,6 +579,10 @@ let bodyEl = bodyContentEl.parentElement; let bodyContentHeight = bodyContentEl.offsetHeight; let bodyHeight = bodyEl.offsetHeight; +<<<<<<< HEAD +======= + let scrollBarWidth = 0; +>>>>>>> b3ef1c6358515d40e17eb162afd30fc427f0c885 this.showVerticalScrollBar = this.bodyHeight? bodyHeight - (this.showHorizontalScrollBar?this.scrollBarWidth:0) < bodyContentHeight : false;