mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
提交
This commit is contained in:
@@ -126,9 +126,12 @@
|
||||
{{ca.sysCreateTime.substring(0,10)}}
|
||||
</div> -->
|
||||
<a :href="'case/detail?id='+ca.id" >
|
||||
<span class="case-title one-line-ellipsis">
|
||||
<el-tooltip class="item" :content="ca.title" placement="bottom" effect="light" :visible-arrow="false" popper-class="text-tooltip">
|
||||
<span class="case-title one-line-ellipsis">
|
||||
{{ca.title}}
|
||||
</span>
|
||||
</el-tooltip>
|
||||
|
||||
<div class="case-text three-line-ellipsis">
|
||||
{{ca.summary}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user