2c0aea17 by 杨威

二三级菜单样式调整

1 parent 96b3bb7e
......@@ -891,7 +891,7 @@
/deep/ .el-tabs__header {
position: -webkit-fixed;
position: fixed;
top: 120px;
top: 114px;
z-index: 999;
width: 100%;
margin-bottom: 0;
......
......@@ -80,7 +80,7 @@ export default {
/deep/ .el-tabs__header {
position: -webkit-fixed;
position: fixed;
top: 120px;
top: 114px;
z-index: 999;
width: 100%;
margin-bottom: 0;
......
......@@ -2,7 +2,7 @@
<div class="hb" ref="hbBox">
<el-tabs v-model="tabName" class="menu" @tab-click="handleClick">
<el-tab-pane label="宗地合并" name="zd">
<div class="hb-tabs top20" style="margin-top:14px">
<div class="hb-tabs top40" style="margin-top:14px">
<span class="tips">合并前宗地信息(已选择宗地{{zdhbqData.length}}个)</span>
<div class="hbq">
......@@ -573,6 +573,9 @@
height: 100%;
.menu {
height: 100%;
.top40{
top: 40px;
}
/deep/ .el-tabs__content {
position: unset;
margin-top: 40px;
......@@ -581,7 +584,7 @@
/deep/ .el-tabs__header {
position: -webkit-fixed;
position: fixed;
top: 120px;
top: 114px;
z-index: 999;
width: 100%;
margin-bottom: 0;
......