|
@@ -16,7 +16,7 @@
|
|
|
@mouseenter="showBizIdSelect = true"
|
|
|
@mouseleave="showBizIdSelect = false"
|
|
|
>
|
|
|
- <i class="el-icon-house" /><span v-show="showBizIdSelect">项目管理首页</span>
|
|
|
+ <img src="../../assets/业务线选择.png" class="business-logo"><span v-show="showBizIdSelect">项目管理首页</span>
|
|
|
</div>
|
|
|
{{ bizName }}
|
|
|
</div>
|
|
@@ -178,6 +178,11 @@ section {
|
|
|
.show-business-all {
|
|
|
width: 100px;
|
|
|
}
|
|
|
+ .business-logo {
|
|
|
+ height: 15px;
|
|
|
+ width: 15px;
|
|
|
+ margin-right: 2px;
|
|
|
+ }
|
|
|
}
|
|
|
.all-pages-list {
|
|
|
margin-top: 33px;
|
|
@@ -276,6 +281,11 @@ section {
|
|
|
.show-business-all {
|
|
|
width: 100px;
|
|
|
}
|
|
|
+ .business-logo {
|
|
|
+ height: 15px;
|
|
|
+ width: 15px;
|
|
|
+ margin-right: 2px;
|
|
|
+ }
|
|
|
}
|
|
|
.all-pages-list {
|
|
|
display: flex;
|