This commit is contained in:
liuye
2024-02-07 14:44:23 +08:00
parent 36de23d141
commit 49e9b1baa8

View File

@@ -25,7 +25,7 @@
<div class="flex-info mar-b12">
<div class="info">触达居民群数
<div>
<span>{{item.content['宣发触达居民群数']}}</span>
<span>{{item.content['宣发触达居民群数'] || 0}}</span>
</div>
</div>
<div class="info">触达居民
@@ -75,7 +75,7 @@
<div class="mini-title">
<span></span>热点话题
</div>
<div class="item-hot" v-for="(items, indexs) in item.content['热点话题']" :key="indexs" v-if="indexs < 5">
<div class="item-hot" v-for="(items, indexs) in item.content['热点话题']" :key="indexs" v-if="indexs < 6">
<div><span :class="'color'+indexs">{{indexs+1}}.</span>{{items.tag}}</div>
</div>
</div>
@@ -425,7 +425,7 @@ export default {
.flex-total {
display: flex;
justify-content: space-between;
margin-bottom: 16px;
margin-bottom: 32px;
.item-total {
p {
font-size: 28px;
@@ -443,6 +443,8 @@ export default {
}
.hot {
.item-hot {
display: inline-block;
width: 50%;
line-height: 60px;
font-family: PingFangSC-Regular;
font-size: 28px;