89fbaefe by 杨威

高度调整

1 parent 5b93c837
......@@ -187,7 +187,7 @@
</div>
</el-tab-pane>
<el-tab-pane label="户合并" name="h">
<div style="width:100%;height:15px"></div>
<div style="width:100%;height:25px"></div>
<div class="hb-tabs psn" v-if="hhbtabs">
<hfghb></hfghb>
</div>
......
......@@ -313,7 +313,7 @@ export default {
created(){},
mounted(){
this.$nextTick(()=>{
this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 320;
this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 310;
this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 270;
})
this.search();
......@@ -556,7 +556,7 @@ export default {
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 25px 20px;
padding: 20px 20px;
.el-row{
box-sizing: border-box;
padding-left: 2px;
......