diff --git a/src/views/plan/workbench/homePage/index.vue b/src/views/plan/workbench/homePage/index.vue index 1f74346..eb6fd54 100644 --- a/src/views/plan/workbench/homePage/index.vue +++ b/src/views/plan/workbench/homePage/index.vue @@ -55,7 +55,7 @@ export default { }, mounted () { this.dragChangeSize((topHeight,bottomHeight) => { - this.calculateTableHeight(topHeight - 70) + this.calculateTableHeight(topHeight - 110) this.calculateFormalTableHeight(bottomHeight - 70) },{barHeight:50}); },