Ver código fonte

head样式修改

tanxue 4 anos atrás
pai
commit
2dd4adc047
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      assets/scss/cus-client/cus-client-common.scss

+ 1 - 1
assets/scss/cus-client/cus-client-common.scss

@@ -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;}
   }