多讲师展示

This commit is contained in:
zhangsir
2024-02-05 16:40:02 +08:00
parent 12f4bd8abb
commit f18eb288ff
2 changed files with 8 additions and 1 deletions

View File

@@ -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; /*火狐*/

View File

@@ -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">