This commit is contained in:
lmj
2022-10-11 18:58:45 +08:00
parent 2ddfcf1a45
commit fdcc735f59
4 changed files with 60 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
<span >{{ item.title }} <span class="bq-coures">#课程#</span> </span>
</div>
<div class="canfavo">
<el-button v-if="remove" @click.stop="delItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6;">
<el-button v-if="remove" @click.stop="delItem(item)" type="text" icon="el-icon-star-on" style="color:#8590A6;font-size:14px;">
取消收藏
</el-button>
</div>
@@ -227,7 +227,7 @@ export default {
}
.canfavo{
margin-left:auto;
width: 100px;
// width: 100px;
button{
font-size: 12px;