From 49e9b1baa85adbc57aceef50faab609e3c6f37f8 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 7 Feb 2024 14:44:23 +0800 Subject: [PATCH] css --- src/project/biaopin/AppVillageHead/AppVillageHead.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/project/biaopin/AppVillageHead/AppVillageHead.vue b/src/project/biaopin/AppVillageHead/AppVillageHead.vue index d254b05c..ee5ea2fd 100644 --- a/src/project/biaopin/AppVillageHead/AppVillageHead.vue +++ b/src/project/biaopin/AppVillageHead/AppVillageHead.vue @@ -25,7 +25,7 @@
触达居民群数:
- {{item.content['宣发触达居民群数']}}个 + {{item.content['宣发触达居民群数'] || 0}}
触达居民: @@ -75,7 +75,7 @@
热点话题
-
+
{{indexs+1}}.{{items.tag}}
@@ -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;