mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
案例
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<router-link :to="'/case/detail?id='+item.id">
|
||||
<!-- <span v-if="i % 2 == 0" style="color:red;margin-right:5px">[组织推荐]</span> -->
|
||||
<div>
|
||||
<span v-html="item.title"></span>
|
||||
<span class="" v-html="item.title"></span>
|
||||
<div class="case-info-date">
|
||||
<i class="el-icon-time"></i>
|
||||
<time-show :time="item.sysCreateTime"></time-show>
|
||||
@@ -95,16 +95,18 @@
|
||||
</div>
|
||||
<div style="height:35px">
|
||||
<author :avatar="item.authorInfo.avatar" :name="item.authorInfo.name" :info="item.authorInfo.orgInfo" :sex="item.authorInfo.sex"></author>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<router-link :to="'/case/detail?id='+item.id">
|
||||
<div class="case-info-summary" >
|
||||
{{item.summary}}
|
||||
{{item.summary}}
|
||||
</div>
|
||||
</router-link>
|
||||
<div class="button-wrap" v-if="needShowExpande">
|
||||
<div class="exp-but" @click="expandeClick" v-if="!expande">展开
|
||||
</div>
|
||||
<div class="exp-but" @click="expandeClick" v-else>收起</div>
|
||||
</div>
|
||||
|
||||
<div style="display: flex;justify-content: space-between;">
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user