5b93c837 by 杨威

三级菜单调整

1 parent 9c7377d9
......@@ -921,7 +921,7 @@
.menu {
/deep/ .el-tabs__content {
position: unset;
margin-top: 62px;
margin-top: 60px;
overflow: visible;
}
/deep/ .el-tabs__header {
......@@ -934,7 +934,7 @@
border: 0;
border-bottom: 1px solid #E4E7ED;
/deep/ .el-tabs__nav-scroll {
height: 50px;
height: 44px;
box-sizing: border-box;
padding-left: 20px;
.el-tabs__active-bar {
......@@ -945,10 +945,10 @@
margin-left: 0!important;
> .el-tabs__item {
border: 1px solid #DEDEDE;
height: 36px;
line-height: 32px;
height: 32px;
line-height: 30px;
padding: 0 20px;
margin:7px 10px 9px 0;
margin: 6px 10px 9px 0;
background-color: #ffffff;
}
.is-active {
......
......@@ -87,7 +87,7 @@ export default {
border: 0;
border-bottom: 1px solid #E4E7ED;
/deep/ .el-tabs__nav-scroll {
height: 50px;
height: 44px;
box-sizing: border-box;
padding-left: 20px;
.el-tabs__active-bar {
......@@ -98,10 +98,10 @@ export default {
margin-left: 0!important;
> .el-tabs__item {
border: 1px solid #DEDEDE;
height: 36px;
line-height: 32px;
padding: 0 20px;
margin:7px 10px 9px 0;
height: 32px;
line-height: 30px;
padding: 0 20px;
margin: 6px 10px 9px 0;
background-color: #ffffff;
}
.is-active {
......
......@@ -586,7 +586,7 @@
height: 100%;
/deep/ .el-tabs__content {
position: unset;
margin-top: 40px;
margin-top: 30px;
overflow: visible;
}
/deep/ .el-tabs__header {
......@@ -599,7 +599,7 @@
border: 0;
border-bottom: 1px solid #E4E7ED;
/deep/ .el-tabs__nav-scroll {
height: 50px;
height: 44px;
box-sizing: border-box;
padding-left: 20px;
.el-tabs__active-bar {
......@@ -610,10 +610,10 @@
margin-left: 0!important;
> .el-tabs__item {
border: 1px solid #DEDEDE;
height: 36px;
line-height: 32px;
height: 32px;
line-height: 30px;
padding: 0 20px;
margin:7px 10px 9px 0;
margin: 6px 10px 9px 0;
background-color: #ffffff;
}
.is-active {
......