三级菜单调整
Showing
3 changed files
with
15 additions
and
15 deletions
... | @@ -921,7 +921,7 @@ | ... | @@ -921,7 +921,7 @@ |
921 | .menu { | 921 | .menu { |
922 | /deep/ .el-tabs__content { | 922 | /deep/ .el-tabs__content { |
923 | position: unset; | 923 | position: unset; |
924 | margin-top: 62px; | 924 | margin-top: 60px; |
925 | overflow: visible; | 925 | overflow: visible; |
926 | } | 926 | } |
927 | /deep/ .el-tabs__header { | 927 | /deep/ .el-tabs__header { |
... | @@ -934,7 +934,7 @@ | ... | @@ -934,7 +934,7 @@ |
934 | border: 0; | 934 | border: 0; |
935 | border-bottom: 1px solid #E4E7ED; | 935 | border-bottom: 1px solid #E4E7ED; |
936 | /deep/ .el-tabs__nav-scroll { | 936 | /deep/ .el-tabs__nav-scroll { |
937 | height: 50px; | 937 | height: 44px; |
938 | box-sizing: border-box; | 938 | box-sizing: border-box; |
939 | padding-left: 20px; | 939 | padding-left: 20px; |
940 | .el-tabs__active-bar { | 940 | .el-tabs__active-bar { |
... | @@ -945,10 +945,10 @@ | ... | @@ -945,10 +945,10 @@ |
945 | margin-left: 0!important; | 945 | margin-left: 0!important; |
946 | > .el-tabs__item { | 946 | > .el-tabs__item { |
947 | border: 1px solid #DEDEDE; | 947 | border: 1px solid #DEDEDE; |
948 | height: 36px; | 948 | height: 32px; |
949 | line-height: 32px; | 949 | line-height: 30px; |
950 | padding: 0 20px; | 950 | padding: 0 20px; |
951 | margin:7px 10px 9px 0; | 951 | margin: 6px 10px 9px 0; |
952 | background-color: #ffffff; | 952 | background-color: #ffffff; |
953 | } | 953 | } |
954 | .is-active { | 954 | .is-active { | ... | ... |
... | @@ -87,7 +87,7 @@ export default { | ... | @@ -87,7 +87,7 @@ export default { |
87 | border: 0; | 87 | border: 0; |
88 | border-bottom: 1px solid #E4E7ED; | 88 | border-bottom: 1px solid #E4E7ED; |
89 | /deep/ .el-tabs__nav-scroll { | 89 | /deep/ .el-tabs__nav-scroll { |
90 | height: 50px; | 90 | height: 44px; |
91 | box-sizing: border-box; | 91 | box-sizing: border-box; |
92 | padding-left: 20px; | 92 | padding-left: 20px; |
93 | .el-tabs__active-bar { | 93 | .el-tabs__active-bar { |
... | @@ -98,10 +98,10 @@ export default { | ... | @@ -98,10 +98,10 @@ export default { |
98 | margin-left: 0!important; | 98 | margin-left: 0!important; |
99 | > .el-tabs__item { | 99 | > .el-tabs__item { |
100 | border: 1px solid #DEDEDE; | 100 | border: 1px solid #DEDEDE; |
101 | height: 36px; | 101 | height: 32px; |
102 | line-height: 32px; | 102 | line-height: 30px; |
103 | padding: 0 20px; | 103 | padding: 0 20px; |
104 | margin:7px 10px 9px 0; | 104 | margin: 6px 10px 9px 0; |
105 | background-color: #ffffff; | 105 | background-color: #ffffff; |
106 | } | 106 | } |
107 | .is-active { | 107 | .is-active { | ... | ... |
... | @@ -586,7 +586,7 @@ | ... | @@ -586,7 +586,7 @@ |
586 | height: 100%; | 586 | height: 100%; |
587 | /deep/ .el-tabs__content { | 587 | /deep/ .el-tabs__content { |
588 | position: unset; | 588 | position: unset; |
589 | margin-top: 40px; | 589 | margin-top: 30px; |
590 | overflow: visible; | 590 | overflow: visible; |
591 | } | 591 | } |
592 | /deep/ .el-tabs__header { | 592 | /deep/ .el-tabs__header { |
... | @@ -599,7 +599,7 @@ | ... | @@ -599,7 +599,7 @@ |
599 | border: 0; | 599 | border: 0; |
600 | border-bottom: 1px solid #E4E7ED; | 600 | border-bottom: 1px solid #E4E7ED; |
601 | /deep/ .el-tabs__nav-scroll { | 601 | /deep/ .el-tabs__nav-scroll { |
602 | height: 50px; | 602 | height: 44px; |
603 | box-sizing: border-box; | 603 | box-sizing: border-box; |
604 | padding-left: 20px; | 604 | padding-left: 20px; |
605 | .el-tabs__active-bar { | 605 | .el-tabs__active-bar { |
... | @@ -610,10 +610,10 @@ | ... | @@ -610,10 +610,10 @@ |
610 | margin-left: 0!important; | 610 | margin-left: 0!important; |
611 | > .el-tabs__item { | 611 | > .el-tabs__item { |
612 | border: 1px solid #DEDEDE; | 612 | border: 1px solid #DEDEDE; |
613 | height: 36px; | 613 | height: 32px; |
614 | line-height: 32px; | 614 | line-height: 30px; |
615 | padding: 0 20px; | 615 | padding: 0 20px; |
616 | margin:7px 10px 9px 0; | 616 | margin: 6px 10px 9px 0; |
617 | background-color: #ffffff; | 617 | background-color: #ffffff; |
618 | } | 618 | } |
619 | .is-active { | 619 | .is-active { | ... | ... |
-
Please register or sign in to post a comment