From 20b3df08dcc24994ccaf38b34a476e729cc60353 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 18:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppVillagersCircle/detail.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/AppVillagersCircle/detail.vue b/src/apps/AppVillagersCircle/detail.vue index 323df2f4..58930d25 100644 --- a/src/apps/AppVillagersCircle/detail.vue +++ b/src/apps/AppVillagersCircle/detail.vue @@ -18,10 +18,10 @@
-
+ 东湖生态旅游风景区听涛景区 -
+
@@ -131,15 +131,20 @@ export default { box-sizing: border-box; .addr-bg { - display: flex; + display: inline-block; border-radius: 28px; padding: 6px 20px; background: #EFF1F3; + img { - margin-top: 5px; + padding-top: 5px; width: 32px; height: 32px; } + + span { + vertical-align: top; + } }