我的收藏标题提示

This commit is contained in:
zhaofang
2022-11-01 18:31:57 +08:00
parent 33ced03ac6
commit ef3e45dbeb
7 changed files with 29 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
<div @click="jump(item)" style="max-width:84%" class="article-info-title one-line-ellipsis">
{{ item.title }}
</div>
<span class="art-tit">#文章#</span>
<span class="art-tit" v-if="isAll">#文章#</span>
<el-button @click.stop="delItem(item)" type="text" style="color: #8590A6" icon="el-icon-star-on">取消收藏</el-button>
</div>
<div class="article-info-tools">
@@ -36,7 +36,11 @@ export default {
//name,
type: Array,
default: () => []
}
},
isAll:{
type:Boolean,
default:false,
}
},
data() {
return {};