@@ -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;}
}
//头部右侧区域
@@ -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"