From 5f6a3c0fcfe0f1523b90411bc650d5a325daeae3 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 13 Mar 2025 12:08:24 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9Ccss=E3=85=9C=E3=85=85?= =?UTF-8?q?=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/voteboard/voteCardCheckList.vue | 10 ++++++++-- src/components/voteboard/voteLinkInput.vue | 17 ++++++++++++----- src/views/voteboard/voteBoardList.vue | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/components/voteboard/voteCardCheckList.vue b/src/components/voteboard/voteCardCheckList.vue index 9f6aa6f..889dbe0 100644 --- a/src/components/voteboard/voteCardCheckList.vue +++ b/src/components/voteboard/voteCardCheckList.vue @@ -10,7 +10,8 @@ @change="handleChange" > {{ data.LOCVOTCON }} - +
+
{{ data.LOCVOTLIK }} @@ -54,5 +55,10 @@ const handleChange = (event) => { diff --git a/src/components/voteboard/voteLinkInput.vue b/src/components/voteboard/voteLinkInput.vue index fb9cd0c..ee65244 100644 --- a/src/components/voteboard/voteLinkInput.vue +++ b/src/components/voteboard/voteLinkInput.vue @@ -6,21 +6,22 @@
-
- {{ link }} + + {{ link }} + @@ -60,4 +61,10 @@ display: flex; align-items: center; gap: 8px; /* 아이콘과 입력창 간격 조정 */ } +a { + max-width: 500px; /* 원하는 너비로 조정 */ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} diff --git a/src/views/voteboard/voteBoardList.vue b/src/views/voteboard/voteBoardList.vue index 678ae89..0f5dd38 100644 --- a/src/views/voteboard/voteBoardList.vue +++ b/src/views/voteboard/voteBoardList.vue @@ -15,7 +15,7 @@ -
❌❌등록된 투표가 없습니다.❌❌
+
등록된 투표가 없습니다.