mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<course-image width="254px" height="144px" :course="item.info"></course-image>
|
<course-image width="254px" height="144px" :course="item.info"></course-image>
|
||||||
</div>
|
</div>
|
||||||
<div class="data-cen pointer" @click="jumpDetail(item)">
|
<div class="data-cen pointer" @click="jumpDetail(item)">
|
||||||
<h6 class="course-tit portal-title-tow">{{item.info.name || item.contentInfo}} <span class="score-info">{{toScore(item.info.lastScore)}}分</span> </h6>
|
<h6 class="course-tit portal-title-tow">{{item.info.courseName || item.contentInfo}} <span class="score-info">{{toScore(item.info.lastScore)}}分</span> </h6>
|
||||||
<p class="title-info">{{item.info.summary}}</p>
|
<p class="title-info">{{item.info.summary}}</p>
|
||||||
<div class="pro-line"> <div>当前进度:</div> <div style="width:200px"><el-progress :percentage="item.info.progress"></el-progress></div></div>
|
<div class="pro-line"> <div>当前进度:</div> <div style="width:200px"><el-progress :percentage="item.info.progress"></el-progress></div></div>
|
||||||
<p class="portal-time">最新一次学习时间:{{item.eventTime}}</p>
|
<p class="portal-time">最新一次学习时间:{{item.eventTime}}</p>
|
||||||
|
|||||||
@@ -1179,7 +1179,7 @@
|
|||||||
border: 1px solid #EDEFF0;
|
border: 1px solid #EDEFF0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: -16%;
|
right:-70px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
||||||
.list-content {
|
.list-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user