Browse Source

Merge branch 'small-tupu' of http://124.70.32.114:3100/jianzhenyu/Changsha_tupu into hanyuqing

hanyuqing
hanyuqing 5 months ago
parent
commit
0654123eaa
  1. 20
      gyxtp/src/view/pointInfo.vue

20
gyxtp/src/view/pointInfo.vue

@ -50,16 +50,16 @@
<div style="height: 1.5vw;margin-bottom: 7px;">
<img src="../assets/img2/book2.png"
style="height: 100%;object-fit: contain;float: left;margin-right: 0.8vw;">
<div class="articleName" style="margin-right: 2px; " @click="goArticle(item[Object.keys(item)[0]])">{{ Object.keys(item)[0] }}</div>
<div class="articleName" style="margin-right: 2px;"
@click="goArticle(item[Object.keys(item)[0]])">{{ Object.keys(item)[0] }}
({{item[Object.keys(item)[0]][0].source_data}})
</div>
</div>
<div v-if="pointInfo.type=='author'" style="margin-left: 2vw;: 11px 0px;font-size: 1.1vw">
<div style="display: flex">
出处
<div v-for="c in item[Object.keys(item)[0]]" style="font-size: 1.1vw">
<span v-if="c.keyword" >{{c.source}}</span>
<div style="font-size: 1.1vw">
<span v-if="item[Object.keys(item)[0]][0].source" >{{item[Object.keys(item)[0]][0].source}}</span>
</div>
</div>
<div style="display: flex">
@ -86,8 +86,8 @@
<div v-if="pointInfo.type=='agency'" style="margin-left: 2vw;: 11px 0px;font-size: 1.1vw">
<div style="display: flex">
出处
<div v-for="c in item[Object.keys(item)[0]]" style="font-size: 1.1vw">
<span v-if="c.keyword" >{{c.source}}</span>
<div style="font-size: 1.1vw">
<span v-if="item[Object.keys(item)[0]][0].source" >{{item[Object.keys(item)[0]][0].source}}</span>
</div>
</div>
<div style="display: flex">
@ -113,8 +113,8 @@
<div v-if="pointInfo.type=='keyword'" style="margin-left: 2vw;: 11px 0px;font-size: 1.1vw">
<div style="display: flex">
出处
<div v-for="c in item[Object.keys(item)[0]]" style="font-size: 1.1vw">
<span v-if="c.keyword" >{{c.source}}</span>
<div style="font-size: 1.1vw">
<span v-if="item[Object.keys(item)[0]][0].source" >{{item[Object.keys(item)[0]][0].source}}</span>
</div>
</div>
<div style="display: flex">

Loading…
Cancel
Save