tanxue 4 rokov pred
rodič
commit
3f8f02c55f

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

@@ -164,7 +164,7 @@ 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;}
+    >a{width: 160px;height: 80px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.svg");background-repeat: no-repeat;background-position: center;}
   }
 
   //头部右侧区域

+ 1 - 3
components/header.vue

@@ -2,9 +2,7 @@
   <nav class="client-head">
     <div class="client-container head-layout">
       <div class="head-left">
-        <a>
-          <i></i>
-        </a>
+        <a></a>
         <el-menu
           :default-active="activeNav"
           class="el-menu-demo"