高度调整
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -187,7 +187,7 @@ | ... | @@ -187,7 +187,7 @@ |
| 187 | </div> | 187 | </div> |
| 188 | </el-tab-pane> | 188 | </el-tab-pane> |
| 189 | <el-tab-pane label="户合并" name="h"> | 189 | <el-tab-pane label="户合并" name="h"> |
| 190 | <div style="width:100%;height:15px"></div> | 190 | <div style="width:100%;height:25px"></div> |
| 191 | <div class="hb-tabs psn" v-if="hhbtabs"> | 191 | <div class="hb-tabs psn" v-if="hhbtabs"> |
| 192 | <hfghb></hfghb> | 192 | <hfghb></hfghb> |
| 193 | </div> | 193 | </div> | ... | ... |
| ... | @@ -313,7 +313,7 @@ export default { | ... | @@ -313,7 +313,7 @@ export default { |
| 313 | created(){}, | 313 | created(){}, |
| 314 | mounted(){ | 314 | mounted(){ |
| 315 | this.$nextTick(()=>{ | 315 | this.$nextTick(()=>{ |
| 316 | this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 320; | 316 | this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 310; |
| 317 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 270; | 317 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 270; |
| 318 | }) | 318 | }) |
| 319 | this.search(); | 319 | this.search(); |
| ... | @@ -556,7 +556,7 @@ export default { | ... | @@ -556,7 +556,7 @@ export default { |
| 556 | height: 100%; | 556 | height: 100%; |
| 557 | -webkit-box-sizing: border-box; | 557 | -webkit-box-sizing: border-box; |
| 558 | box-sizing: border-box; | 558 | box-sizing: border-box; |
| 559 | padding: 25px 20px; | 559 | padding: 20px 20px; |
| 560 | .el-row{ | 560 | .el-row{ |
| 561 | box-sizing: border-box; | 561 | box-sizing: border-box; |
| 562 | padding-left: 2px; | 562 | padding-left: 2px; | ... | ... |
-
Please register or sign in to post a comment