This commit is contained in:
lmj
2022-06-13 17:53:16 +08:00
parent 1ac2522659
commit 0afd998cd0
5 changed files with 56 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
</div>
<div style="display: flex;">
<div style="flex: 83%" class="qa-info-summary two-line-ellipsis" @click="jumpDetail(qa)" v-html="$keywordActiveShow(qa.content,queryKeyWord)"></div>
<div style="flex: 17% ;text-align: right;cursor: pointer;" v-if="qa.images!==''" @click="jumpDetail(qa)">
<div style="flex: 17% ; cursor: pointer; text-align: right;cursor: pointer;" v-if="qa.images!==''" @click="jumpDetail(qa)">
<img style="width: 156px;height: 105px;" :src="fileBaseUrl + qa.images" alt="">
</div>
</div>