mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
案例调整
This commit is contained in:
@@ -73,9 +73,9 @@
|
||||
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row class="search-item">
|
||||
<!-- <el-row class="search-item">
|
||||
<el-col :span="24">
|
||||
<!-- <div class="item-title">应用场景</div> -->
|
||||
<div class="item-title">应用场景</div>
|
||||
<div style="margin-top:10px; display: flex;">
|
||||
<div style="line-height: 25px;">
|
||||
<span class="item-title" style="padding-right: 5px;">专业领域</span>
|
||||
@@ -92,7 +92,7 @@
|
||||
</div>
|
||||
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-row> -->
|
||||
</div>
|
||||
<!-- <el-row class="search-div-more">
|
||||
<el-col :span="24">
|
||||
@@ -104,8 +104,8 @@
|
||||
|
||||
<el-row class="order-div">
|
||||
<span class="quyer-tag">
|
||||
<el-button type="text" class="order-class" @click="searchData('')" :class="{ actice: queryCondition.orderField == '' }">时间最近</el-button>
|
||||
<el-button type="text" class="order-class" @click="searchData('praises')" :class="{ actice: queryCondition.orderField == 'praises' }">热度最高</el-button>
|
||||
<el-button type="text" class="order-class" @click="searchData('')" :class="{ actice: queryCondition.orderField == '' }">最新</el-button>
|
||||
<el-button type="text" class="order-class" @click="searchData('praises')" :class="{ actice: queryCondition.orderField == 'praises' }">最热</el-button>
|
||||
<!-- <el-button type="text" class="order-class" @click="queryCondition.breCommend = queryCondition.breCommend == ture ? true : null" :class="{ actice: queryCondition.breCommend == true }">组织推荐</el-button> -->
|
||||
</span>
|
||||
<!-- <span v-if="isFind" style="padding-left:10px;">本次搜索出 {{caseList.count}} 条结果</span> -->
|
||||
@@ -125,9 +125,14 @@
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
<router-link :to="'/case/detail?id='+item.id">
|
||||
<div class="case-info-summary" >
|
||||
{{item.content}}
|
||||
|
||||
{{item.content}}
|
||||
|
||||
|
||||
</div>
|
||||
</router-link>
|
||||
<div style="display: flex;justify-content: space-between;">
|
||||
<div><author :avatar="item.authorInfo.avatar" :name="item.authorInfo.name" :info="item.authorInfo.orgInfo" :sex="item.authorInfo.sex"></author> </div>
|
||||
<div><interactBar :type="0" :shares="false" :views="false" :data="item" :readonly="false"></interactBar> </div>
|
||||
|
||||
Reference in New Issue
Block a user