From 579a00a6ea8518505305e6adf8e70cde020210f7 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 18:05:48 +0800 Subject: [PATCH] bug --- src/apps/AppVillageDiscuss/Detail.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index 2eec7374..b4b48931 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -70,7 +70,10 @@
共23人参与投票
- +
+ 查看详情 + +
@@ -528,11 +531,22 @@ export default { .votePeople { display: flex; + align-items: center; justify-content: space-between; margin-top: 8px; - padding: 36px 32px 36px 20px; + height: 112px; + padding: 0 32px 0 52px; + background: #fff; .leftPeople { font-size: 28px; + color: #333; + } + + .right { + span { + color: #2573FF; + font-size: 28px; + } } }