|
@@ -1,6 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="article-item" :class="{'style-for-gray': config.gray, 'style-for-table': config.table }">
|
|
<div class="article-item" :class="{'style-for-gray': config.gray, 'style-for-table': config.table }">
|
|
<input v-if="config.collect" @change="changeCheck" @click.stop class="custom-checkbox title-text-checkbox" name="bid-list" type="checkbox" :dataid="article._id">
|
|
<input v-if="config.collect" @change="changeCheck" @click.stop class="custom-checkbox title-text-checkbox" name="bid-list" type="checkbox" :dataid="article._id">
|
|
|
|
+ <div v-if="article.site === '剑鱼信息发布平台' || article.spidercode === 'a_jyxxfbpt_gg'" class="yhfb">用户发布</div>
|
|
<div class="a-i-con">
|
|
<div class="a-i-con">
|
|
<div class="a-i-left ellipsis visited-hd" @click="onClick" v-html="calcTitle"></div>
|
|
<div class="a-i-left ellipsis visited-hd" @click="onClick" v-html="calcTitle"></div>
|
|
<span v-if="config.gray&&article.ca_fileExists" class="haveFile">有附件</span>
|
|
<span v-if="config.gray&&article.ca_fileExists" class="haveFile">有附件</span>
|
|
@@ -228,5 +229,14 @@ export default {
|
|
color: #797a7e;
|
|
color: #797a7e;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
|
|
+ .yhfb{
|
|
|
|
+ background-color: rgba(255, 58, 32, 0.1);
|
|
|
|
+ padding: 2px 12px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ line-height: 22px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #FF3A20;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|