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 @@ -
❌❌등록된 투표가 없습니다.❌❌
+
등록된 투표가 없습니다.