mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -35,15 +35,12 @@
|
|||||||
<el-radio-button v-for="item in domain" :key="item.code" :label="item.name"> {{ item.name}}</el-radio-button>
|
<el-radio-button v-for="item in domain" :key="item.code" :label="item.name"> {{ item.name}}</el-radio-button>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="search-div-collapse">
|
<div class="search-div-collapse">
|
||||||
<el-row class="search-item">
|
<el-row class="search-item">
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<!-- <div class="item-title">专业领域</div> -->
|
|
||||||
<div style="margin-top:10px; display: flex;">
|
<div style="margin-top:10px; display: flex;">
|
||||||
<div style="line-height: 25px;padding-right: 5px;">
|
<div style="line-height: 25px;padding-right: 5px;">
|
||||||
<span class="item-title" style="padding-right: 5px;">专业分类</span>
|
<span class="item-title" style="padding-right: 5px;">专业分类</span>
|
||||||
@@ -68,12 +65,10 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row class="order-div">
|
<el-row class="order-div">
|
||||||
<span class="quyer-tag">
|
<span class="quyer-tag">
|
||||||
<el-button type="text" class="order-class" @click="searchData('comments')" :class="{ actice: queryCondition.orderField == 'comments' }">最热</el-button>
|
<el-button type="text" class="order-class" @click="searchData('comments')" :class="{ actice: queryCondition.orderField == 'comments' }">最热</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('')" :class="{ actice: queryCondition.orderField == '' }">最新</el-button>
|
||||||
|
|
||||||
<!-- <el-button type="text" class="order-class" @click="queryCondition.breCommend = queryCondition.breCommend == ture ? true : null" :class="{ actice: queryCondition.breCommend == true }">组织推荐</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>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -756,6 +751,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.left-div {
|
.left-div {
|
||||||
|
border: none;
|
||||||
.quyer-tag {
|
.quyer-tag {
|
||||||
// margin-left: 10px;
|
// margin-left: 10px;
|
||||||
.order-class {
|
.order-class {
|
||||||
|
|||||||
Reference in New Issue
Block a user