Browse Source

Merge pull request '修改拖拽条引起的bug' (#59) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/59
Reviewed-by: wangxy <xinyao.wang@le-it.com.cn>
pull/61/head
wangxy 3 years ago
parent
commit
c0f792e7bc
2 changed files with 4 additions and 6 deletions
  1. +2
    -2
      src/views/factoryModel/part/index.vue
  2. +2
    -4
      src/views/factoryModel/part/material/index.vue

+ 2
- 2
src/views/factoryModel/part/index.vue View File

@ -30,8 +30,8 @@ export default {
},
mounted () {
this.dragChangeSize((moveLen)=>{
this.tableHeight = (moveLen -45) + "px"
});;
this.tableHeight = (moveLen -100) + "px"
},{minTopValue:150});
},
methods:{
calcTableHeight(height){


+ 2
- 4
src/views/factoryModel/part/material/index.vue View File

@ -295,14 +295,12 @@ export default {
box-sizing: border-box;
padding-top: 60px;
.search-wrap {
position: absolute;
top: 10px;
left: 0;
height: 30px;
width: 100%;
}
.content-table-wrap {
width: 100%;
height: 100%;
height: calc(100% - 30px);
}
}
</style>

Loading…
Cancel
Save