样式修改

This commit is contained in:
daihh
2022-08-02 12:45:19 +08:00
parent ce8c83ad77
commit da5af01c8a
2 changed files with 5 additions and 6 deletions

View File

@@ -79,8 +79,7 @@
<a :href="toCourseDetail(cinfo)">
<div class="course-image-box">
<course-image height="146px" :course="cinfo"></course-image>
<span v-if="cinfo.type==20" class="course-type-title course-type">录播课</span>
<span v-if="cinfo.type==10" class="course-type-title course-type">录播课</span>
<span v-if="cinfo.type < 21" class="course-type-title course-type">录播课</span>
<span v-if="cinfo.type==30" class="course-type-title course-type">线下课</span>
<span v-if="cinfo.type==40" class="course-type-title course-type">学习项目</span>
</div>