cyl/dev
jscyl13849007907 1 year ago
parent c3f3c866b9
commit 288524e2f2

@ -1,5 +1,6 @@
<template>
<div class="detail-container">
<div style="height: 56px;"></div>
<!-- 面包屑 -->
<a-breadcrumb class="w">
<a-breadcrumb-item href>
@ -428,7 +429,7 @@
</div>
</div>
</div>
<div class="maincontentright">
<div class="maincontentright" v-if="false">
<!-- <div class="hotphone">
<h1 class="bottombox" style>
<i>项目方</i>
@ -1205,8 +1206,7 @@ export default {
justify-content: space-between;
margin-top: 12px;
.maincontentleft {
width: 704px;
margin-right: 16px;
width: 800px;
text-align: left;
.subset {
padding: 20px;

@ -2,7 +2,7 @@
<div class="index-container" @click="isspecialboxshow = false">
<!-- title部分 -->
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"
:class="pagrTitle == 'list' ? 'page-title-list-active' : ''"
:class="pagrTitle == 'list' || pagrTitle == 'detail' ? 'page-title-list-active' : ''"
>
<div class="w fsa">
<div class="fss">
@ -10,7 +10,7 @@
<!-- <svg class="svg_icon f64" aria-hidden="true">
<use xlink:href="#icon-daotian2" />
</svg> -->
<img src="../../static/img/logo.svg" style="width: 40px" alt="" />
<img src="../../static/img/bcgyl.png" style="width: 40px;margin-right: 12px;" alt="" />
<span style="font-size: 16px">伯才供应链平台</span>
</router-link>
</div>
@ -531,6 +531,8 @@ export default {
let that = this;
if(that.$route.name == 'JobList'){
that.pagrTitle = 'list'
}else if(that.$route.name == 'Detail'){
that.pagrTitle = 'detail'
}else{
that.pagrTitle = ''
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Loading…
Cancel
Save