mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
修改
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user