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:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user