mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
案例
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
</div>
|
||||
<div v-if="item.id" style="display: flex;justify-content: flex-end;">
|
||||
<div style="margin:8px 0;">
|
||||
<interactBar :type="3" :data="item" :comments="false" :shares="true"></interactBar>
|
||||
<interactBar @deleteFavorite="deleteFavorite" :type="3" :data="item" :comments="false" :shares="true"></interactBar>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -838,6 +838,9 @@ export default {
|
||||
|
||||
},
|
||||
methods: {
|
||||
deleteFavorite(e){
|
||||
this.search()
|
||||
},
|
||||
positiveReview(e){
|
||||
this.favorableName = this.switch[e]
|
||||
this.getPositive()
|
||||
@@ -2498,7 +2501,7 @@ export default {
|
||||
// color: #fff;
|
||||
}
|
||||
// .png{
|
||||
// background: url('../../../assets/images/case/Frame(17).png') no-repeat;
|
||||
// background: url('../../../assets/images/case/wighttime.png') no-repeat;
|
||||
// }
|
||||
}
|
||||
.png{
|
||||
@@ -2537,7 +2540,7 @@ export default {
|
||||
.png{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('../../../../public/images/browse.png') no-repeat;
|
||||
background: url('../../../assets/images/case/wighttime.png') no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 9px;
|
||||
}
|
||||
@@ -2563,7 +2566,7 @@ export default {
|
||||
// color: #fff;
|
||||
}
|
||||
// .png{
|
||||
// background: url('../../../assets/images/case/Frame(4).png') no-repeat;
|
||||
// background: url('../../../assets/images/case/wight.png') no-repeat;
|
||||
// }
|
||||
}
|
||||
.png{
|
||||
@@ -2602,7 +2605,7 @@ export default {
|
||||
.png{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: url('../../../../public/images/collect.png') no-repeat;
|
||||
background: url('../../../assets/images/case/wight.png') no-repeat;
|
||||
background-size: 100%;
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user