二三级菜单样式调整
Showing
3 changed files
with
7 additions
and
4 deletions
| ... | @@ -891,7 +891,7 @@ | ... | @@ -891,7 +891,7 @@ |
| 891 | /deep/ .el-tabs__header { | 891 | /deep/ .el-tabs__header { |
| 892 | position: -webkit-fixed; | 892 | position: -webkit-fixed; |
| 893 | position: fixed; | 893 | position: fixed; |
| 894 | top: 120px; | 894 | top: 114px; |
| 895 | z-index: 999; | 895 | z-index: 999; |
| 896 | width: 100%; | 896 | width: 100%; |
| 897 | margin-bottom: 0; | 897 | margin-bottom: 0; | ... | ... |
| ... | @@ -80,7 +80,7 @@ export default { | ... | @@ -80,7 +80,7 @@ export default { |
| 80 | /deep/ .el-tabs__header { | 80 | /deep/ .el-tabs__header { |
| 81 | position: -webkit-fixed; | 81 | position: -webkit-fixed; |
| 82 | position: fixed; | 82 | position: fixed; |
| 83 | top: 120px; | 83 | top: 114px; |
| 84 | z-index: 999; | 84 | z-index: 999; |
| 85 | width: 100%; | 85 | width: 100%; |
| 86 | margin-bottom: 0; | 86 | margin-bottom: 0; | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="hb" ref="hbBox"> | 2 | <div class="hb" ref="hbBox"> |
| 3 | <el-tabs v-model="tabName" class="menu" @tab-click="handleClick"> | 3 | <el-tabs v-model="tabName" class="menu" @tab-click="handleClick"> |
| 4 | <el-tab-pane label="宗地合并" name="zd"> | 4 | <el-tab-pane label="宗地合并" name="zd"> |
| 5 | <div class="hb-tabs top20" style="margin-top:14px"> | 5 | <div class="hb-tabs top40" style="margin-top:14px"> |
| 6 | <span class="tips">合并前宗地信息(已选择宗地{{zdhbqData.length}}个)</span> | 6 | <span class="tips">合并前宗地信息(已选择宗地{{zdhbqData.length}}个)</span> |
| 7 | <div class="hbq"> | 7 | <div class="hbq"> |
| 8 | 8 | ||
| ... | @@ -573,6 +573,9 @@ | ... | @@ -573,6 +573,9 @@ |
| 573 | height: 100%; | 573 | height: 100%; |
| 574 | .menu { | 574 | .menu { |
| 575 | height: 100%; | 575 | height: 100%; |
| 576 | .top40{ | ||
| 577 | top: 40px; | ||
| 578 | } | ||
| 576 | /deep/ .el-tabs__content { | 579 | /deep/ .el-tabs__content { |
| 577 | position: unset; | 580 | position: unset; |
| 578 | margin-top: 40px; | 581 | margin-top: 40px; |
| ... | @@ -581,7 +584,7 @@ | ... | @@ -581,7 +584,7 @@ |
| 581 | /deep/ .el-tabs__header { | 584 | /deep/ .el-tabs__header { |
| 582 | position: -webkit-fixed; | 585 | position: -webkit-fixed; |
| 583 | position: fixed; | 586 | position: fixed; |
| 584 | top: 120px; | 587 | top: 114px; |
| 585 | z-index: 999; | 588 | z-index: 999; |
| 586 | width: 100%; | 589 | width: 100%; |
| 587 | margin-bottom: 0; | 590 | margin-bottom: 0; | ... | ... |
-
Please register or sign in to post a comment