样式修改

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

@@ -170,7 +170,7 @@ export default {
this.$watermark.set(this.userInfo.name+this.userInfo.loginName);
//this.stuStusts=0;
this.loadResOwners();
let $this=this;
//页面只支取一次,所以先直接写在这里面
apiCoursePortal.detail(id,false).then(rs=>{
@@ -375,7 +375,7 @@ export default {
}
.course-title{
height: 115px;
height: 90px;
display: flex;
justify-content: space-between;
.title {
@@ -413,8 +413,8 @@ export default {
}
.label-div {
margin: 0px 0;
// height: 80px;
margin: 5px 0;
min-height: 20px;
.label-item {
padding: 0 7px;
margin-right: 8px;

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>