变更页面样式调整
Showing
2 changed files
with
8 additions
and
5 deletions
| ... | @@ -750,6 +750,7 @@ | ... | @@ -750,6 +750,7 @@ |
| 750 | background-color: white; | 750 | background-color: white; |
| 751 | padding: 10px 0; | 751 | padding: 10px 0; |
| 752 | margin-bottom: 10px; | 752 | margin-bottom: 10px; |
| 753 | border: 1px solid #E6E6E6; | ||
| 753 | } | 754 | } |
| 754 | .tips{ | 755 | .tips{ |
| 755 | color: #9B9B9B; | 756 | color: #9B9B9B; | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="main"> | 2 | <div class="main1"> |
| 3 | <template v-if="isCxlz"> | 3 | <template v-if="isCxlz"> |
| 4 | <!-- <p class="tips">查询条件</p> --> | 4 | <!-- <p class="tips">查询条件</p> --> |
| 5 | <div class="search"> | 5 | <div class="search"> |
| ... | @@ -344,7 +344,7 @@ export default { | ... | @@ -344,7 +344,7 @@ export default { |
| 344 | this.$nextTick(() => { | 344 | this.$nextTick(() => { |
| 345 | this.tableHeight = | 345 | this.tableHeight = |
| 346 | (document.documentElement.clientHeight || | 346 | (document.documentElement.clientHeight || |
| 347 | document.body.clientHeight) - 352; | 347 | document.body.clientHeight) - 332; |
| 348 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220; | 348 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220; |
| 349 | }); | 349 | }); |
| 350 | }, | 350 | }, |
| ... | @@ -555,10 +555,12 @@ export default { | ... | @@ -555,10 +555,12 @@ export default { |
| 555 | }; | 555 | }; |
| 556 | </script> | 556 | </script> |
| 557 | <style scoped lang="less"> | 557 | <style scoped lang="less"> |
| 558 | .main { | 558 | .main1 { |
| 559 | width: 100%; | ||
| 560 | height: 100%; | ||
| 561 | -webkit-box-sizing: border-box; | ||
| 559 | box-sizing: border-box; | 562 | box-sizing: border-box; |
| 560 | padding: 18px; | 563 | padding: 20px; |
| 561 | height: auto; | ||
| 562 | } | 564 | } |
| 563 | .search{ | 565 | .search{ |
| 564 | 566 | ... | ... |
-
Please register or sign in to post a comment