mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
样式修改
This commit is contained in:
@@ -170,7 +170,7 @@ export default {
|
|||||||
this.$watermark.set(this.userInfo.name+this.userInfo.loginName);
|
this.$watermark.set(this.userInfo.name+this.userInfo.loginName);
|
||||||
//this.stuStusts=0;
|
//this.stuStusts=0;
|
||||||
this.loadResOwners();
|
this.loadResOwners();
|
||||||
|
|
||||||
let $this=this;
|
let $this=this;
|
||||||
//页面只支取一次,所以先直接写在这里面
|
//页面只支取一次,所以先直接写在这里面
|
||||||
apiCoursePortal.detail(id,false).then(rs=>{
|
apiCoursePortal.detail(id,false).then(rs=>{
|
||||||
@@ -375,7 +375,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.course-title{
|
.course-title{
|
||||||
height: 115px;
|
height: 90px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.title {
|
.title {
|
||||||
@@ -413,8 +413,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label-div {
|
.label-div {
|
||||||
margin: 0px 0;
|
margin: 5px 0;
|
||||||
// height: 80px;
|
min-height: 20px;
|
||||||
.label-item {
|
.label-item {
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
@@ -79,8 +79,7 @@
|
|||||||
<a :href="toCourseDetail(cinfo)">
|
<a :href="toCourseDetail(cinfo)">
|
||||||
<div class="course-image-box">
|
<div class="course-image-box">
|
||||||
<course-image height="146px" :course="cinfo"></course-image>
|
<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 < 21" 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==30" 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>
|
<span v-if="cinfo.type==40" class="course-type-title course-type">学习项目</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user