mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交
This commit is contained in:
@@ -17,32 +17,15 @@
|
||||
</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uc-bpttom">
|
||||
<div class="uc-course-text"> <i class="el-icon-time"></i> 报名时间:{{ item.time || item.favoritesTime}}</div>
|
||||
<div class="uc-coures-button">
|
||||
<el-button type="primary">去上课</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- <div class="uc-course-info">
|
||||
<div style="display: flex;justify-content: space-between;">
|
||||
<router-link target="_blank" :to="'/course/detail?id='+item.objId" class="uc-course-name">
|
||||
<span :class="contentTypeFilter(item.contentType).class">{{contentTypeFilter(item.contentType).text}}</span>
|
||||
<span>{{ item.title }}</span>
|
||||
</router-link>
|
||||
<div><el-button v-if="remove" @click="delItem(item)" type="text" icon="el-icon-remove">取消收藏</el-button></div>
|
||||
</div>
|
||||
<div style="display: flex;justify-content: space-between;align-items: flex-end;">
|
||||
<div>
|
||||
<div class="uc-course-text">讲师:{{item.authorName}}</div>
|
||||
<div class="uc-course-text">收藏日期:{{item.time}}</div>
|
||||
<div class="uc-coures-button">
|
||||
<el-button type="primary">去上课</el-button>
|
||||
</div>
|
||||
<interactBar :type="0" :data="item" :views="false" :shares="false"></interactBar>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </router-link> -->
|
||||
<div class="pro-line"> <div>当前进度:</div> <div style="width:200px"><el-progress :percentage="item.progress"></el-progress></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -152,18 +135,28 @@ export default {
|
||||
color: #333333;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pro-line{
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
display: flex;
|
||||
margin-top: 28px;
|
||||
}
|
||||
.uc-bpttom{
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
.uc-coures-button{
|
||||
position: absolute;
|
||||
margin-left: auto;
|
||||
margin-top: 55px;
|
||||
right:0;
|
||||
bottom: -38px;
|
||||
}
|
||||
}
|
||||
.uc-course-text{
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
margin-top: 70px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
.course-type {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user