Browse Source

客户需求管理工作台拖拽优化

pull/150/head
wangxy 3 years ago
parent
commit
b8fa95b223
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plan/workbench/homePage/index.vue

+ 1
- 1
src/views/plan/workbench/homePage/index.vue View File

@ -55,7 +55,7 @@ export default {
}, },
mounted () { mounted () {
this.dragChangeSize((topHeight,bottomHeight) => { this.dragChangeSize((topHeight,bottomHeight) => {
this.calculateTableHeight(topHeight - 70)
this.calculateTableHeight(topHeight - 110)
this.calculateFormalTableHeight(bottomHeight - 70) this.calculateFormalTableHeight(bottomHeight - 70)
},{barHeight:50}); },{barHeight:50});
}, },


Loading…
Cancel
Save