From 36888c3e30a6902d0beaa54f9825e3c8b706523f Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 3 Apr 2025 16:12:57 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=ED=95=98=EA=B8=B0=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/MainVote.vue | 108 +++++++++++++++++++++++++++++-- 1 file changed, 101 insertions(+), 7 deletions(-) diff --git a/src/components/main/MainVote.vue b/src/components/main/MainVote.vue index 7d0a135..4f9101f 100644 --- a/src/components/main/MainVote.vue +++ b/src/components/main/MainVote.vue @@ -6,9 +6,9 @@
투표진행
-
+
    -
  • +
  • {{ item.localVote.formatted_LOCVOTRDT }}
    @@ -23,16 +23,18 @@ @error="setDefaultImage" />
    -
    + +
    {{ truncateTitle(item.localVote.LOCVOTTTL) }}
    - + {{ getDaysAgo(item.localVote.formatted_LOCVOTEDT) }} ({{item.localVote.total_voted}}/{{ item.localVote.total_votable }})
+
@@ -50,12 +52,54 @@ + + + + + + + + +