|
|
@ -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}); |
|
|
|
}, |
|
|
|