mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
我的收藏标题提示
This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user