mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
多讲师展示
This commit is contained in:
@@ -273,6 +273,9 @@ body {margin: 0px;padding: 0px;}
|
||||
font-size: 14px;
|
||||
color: #6E7B84;
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.course-info-studys {
|
||||
// margin-left: 12px;
|
||||
-moz-user-select: none; /*火狐*/
|
||||
|
||||
@@ -378,8 +378,12 @@
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<span class="course-info-author" v-if="cinfo.teacher" v-html="cinfo.teacher"></span>
|
||||
<span class="course-info-studys">{{ formatNum(cinfo.studies) }}人学习</span>
|
||||
</div>
|
||||
<div class="course-info-score">
|
||||
|
||||
Reference in New Issue
Block a user