|
@@ -151,6 +151,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
line-height: 80px;
|
|
|
margin: 0 10px;
|
|
|
padding: 0 6px;
|
|
|
+ a{height: inherit;display: inline-block;}
|
|
|
}
|
|
|
>.el-menu-item.is-active{
|
|
|
@include setThemeColorBase("color", 0);
|
|
@@ -162,7 +163,6 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
//头部左侧区域
|
|
|
.head-left{
|
|
|
display: flex;
|
|
|
-
|
|
|
//头部图标
|
|
|
a>i{width: 160px;height: 70px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.svg");background-repeat: no-repeat;background-position: center;}
|
|
|
}
|