style:面授课程样式调整

This commit is contained in:
wyx
2022-12-10 15:33:26 +08:00
parent aed2511d4f
commit 3616a04840
3 changed files with 62 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
<div class="file_img"></div>
<div class="file_detail">
<div class="file_name">
<span style="color: #6f6f6fwidth:200px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">
<span style="color: #6f6f6f;width:200px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">
{{ item.name.indexOf('-')!==-1?item.name.slice(0,item.name.indexOf('-')) + item.name.slice(item.name.indexOf('.')) :item.name }}
</span>
</div>