|
|
@@ -189,7 +189,7 @@ watch(curProject, (newValue: string) => {
|
|
|
<div class="list-item-con" v-if="startItem + item - 1 < store.dataAll.welfareList.length">
|
|
|
<!-- 默认图片--无logo情况下显示 -->
|
|
|
<div
|
|
|
- v-if="store.dataAll.welfareList[startItem + item - 1].title == '鹏华基金管理有限公司' || store.dataAll.welfareList[startItem + item - 1].title == '北京中金公益基金会'"
|
|
|
+ v-if=" store.dataAll.welfareList[startItem + item - 1].title == '北京中金公益基金会'"
|
|
|
class="defaultLogo"
|
|
|
:style="{ backgroundImage: `url(${baseResourceUrl}/logo/logo-default${hoverIndex == item ? 'Ac' : ''}.png)`, backgroundSize: 'cover' }">
|
|
|
{{
|
|
|
@@ -217,7 +217,7 @@ watch(curProject, (newValue: string) => {
|
|
|
<div class="content-item" v-for="(item, index) in store.dataAll.welfareList" :key="index"
|
|
|
@click="curUnit = item, isShowInfoBox = true">
|
|
|
<!-- 默认图片--无logo情况下显示 -->
|
|
|
- <div v-if="item.title == '鹏华基金管理有限公司' || item.title == '北京中金公益基金会'" class="defaultLogo"
|
|
|
+ <div v-if=" item.title == '北京中金公益基金会'" class="defaultLogo"
|
|
|
:style="{ backgroundImage: `url(${baseResourceUrl}/logo/logo-default${hoverIndex == item ? 'Ac' : ''}.png)`, backgroundSize: 'cover' }">
|
|
|
{{
|
|
|
item.title }}</div>
|
|
|
@@ -536,6 +536,7 @@ watch(curProject, (newValue: string) => {
|
|
|
.list-item-con {
|
|
|
width: 100%;
|
|
|
min-height: 85%;
|
|
|
+ height: 90%;
|
|
|
max-height: 90%;
|
|
|
background: white;
|
|
|
display: flex;
|