mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'master' into zcwy-master
This commit is contained in:
@@ -273,6 +273,9 @@ body {margin: 0px;padding: 0px;}
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #6E7B84;
|
color: #6E7B84;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
.course-info-studys {
|
.course-info-studys {
|
||||||
// margin-left: 12px;
|
// margin-left: 12px;
|
||||||
-moz-user-select: none; /*火狐*/
|
-moz-user-select: none; /*火狐*/
|
||||||
|
|||||||
@@ -378,8 +378,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="course-info">
|
<div class="course-info">
|
||||||
|
<div class="course-info-user" v-if="cinfo.teacher">
|
||||||
|
<el-tooltip :content="cinfo.teacher" placement="bottom" effect="light">
|
||||||
|
<span>{{ cinfo.teacher }}</span>
|
||||||
|
</el-tooltip>
|
||||||
|
</div>
|
||||||
<div class="course-info-user">
|
<div class="course-info-user">
|
||||||
<span class="course-info-author" v-if="cinfo.teacher" v-html="cinfo.teacher"></span>
|
|
||||||
<span class="course-info-studys">{{ formatNum(cinfo.studies) }}人学习</span>
|
<span class="course-info-studys">{{ formatNum(cinfo.studies) }}人学习</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="course-info-score">
|
<div class="course-info-score">
|
||||||
|
|||||||
Reference in New Issue
Block a user