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:
@@ -92,13 +92,14 @@
|
||||
<div v-if="item.keyword5">{{ item.keyword5 }}</div>
|
||||
</div>
|
||||
</router-link>
|
||||
<div class="case-info-summary" @click="jumcasedet(item)">
|
||||
<div class="case-info-summary two-line-ellipsis" @click="jumcasedet(item)">
|
||||
{{ item.summary }}
|
||||
<!-- <router-link :to="'/case/detail?id='+item.id"> -->
|
||||
{{displayAll(item)}}
|
||||
<!-- {{displayAll(item)}} -->
|
||||
<!-- </router-link> -->
|
||||
<span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>150" @click.stop="changeIsAll(item)">
|
||||
{{item.isAll?'收起':'展开'}}
|
||||
</span>
|
||||
<!-- <span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>150" @click.stop="changeIsAll(item)"> -->
|
||||
<!-- {{item.isAll?'收起':'展开'}} -->
|
||||
<!-- </span> -->
|
||||
</div>
|
||||
<div style="display: flex;justify-content: flex-end;">
|
||||
<div style="margin:8px 0;">
|
||||
|
||||
Reference in New Issue
Block a user