This commit is contained in:
lmj
2022-10-22 10:01:51 +08:00
parent cb9873ceec
commit 0412ea63ad
3 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,8 @@
</div> </div>
</div> </div>
<div class="article-info-tools"> <div class="article-info-tools">
<authorInfo :avatar="item.avatar" :name="item.name" :info="item.orgInfo" :sex="item.sex"></authorInfo> <authorInfo :avatar="item.avatar" :name="item.name" :info="item.orgInfo" :sex="item.sex" :sign="item.sign"></authorInfo>
<span class="userbq">{{ item.sign }}</span>
<!-- <span style="margin-top:2px">发布时间{{ item.cases.sysCreateTime || item.publishTime | timeFilter }}</span> --> <!-- <span style="margin-top:2px">发布时间{{ item.cases.sysCreateTime || item.publishTime | timeFilter }}</span> -->
<!-- <span style="margin-top:2px">收藏时间{{ item.time || item.favoritesTime | timeFilter }}</span> --> <!-- <span style="margin-top:2px">收藏时间{{ item.time || item.favoritesTime | timeFilter }}</span> -->
<!-- <interactBar :type="0" :data="item.cases" :shares="false" :views="false"></interactBar> --> <!-- <interactBar :type="0" :data="item.cases" :shares="false" :views="false"></interactBar> -->
@@ -66,6 +67,11 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.userbq{
font-size: 14px;
color: #666666;
line-height: 35px;
}
.case-tit{ .case-tit{
color: #333333; color: #333333;
font-size: 18px; font-size: 18px;

View File

@@ -14,7 +14,7 @@
<el-option label="已解决" :value="3"></el-option> <el-option label="已解决" :value="3"></el-option>
</el-select> </el-select>
</el-col> --> </el-col> -->
<el-col :span="2"><span class="uc-center-page">我的收藏</span></el-col> <el-col :span="3"><span class="uc-center-page">我的收藏</span></el-col>
<el-col :span="6"><el-input placeholder="标题查询" clearable v-model="keyword" style="margin-right: 20px"></el-input></el-col> <el-col :span="6"><el-input placeholder="标题查询" clearable v-model="keyword" style="margin-right: 20px"></el-input></el-col>
<el-col :span="6"> <el-col :span="6">
<el-button type="primary" icon="el-icon-search" @click="queryData" style="padding: 10px 15px;">搜索</el-button> <el-button type="primary" icon="el-icon-search" @click="queryData" style="padding: 10px 15px;">搜索</el-button>