From 93a57a556e2cf55e4519e00afd30ba1ca9a362d4 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Tue, 14 Jan 2025 15:40:03 +0900 Subject: [PATCH] =?UTF-8?q?BoardCard=20=EC=88=98=EC=A0=95=20-=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/list/BoardCard.vue | 127 +++++++++++++------------- src/components/list/BoardCardList.vue | 37 ++++++++ src/views/board/BoardList.vue | 48 ++++++---- 3 files changed, 128 insertions(+), 84 deletions(-) create mode 100644 src/components/list/BoardCardList.vue diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index 4043d50..27cb06f 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -1,42 +1,37 @@ @@ -116,4 +115,4 @@ export default { font-size: 0.8rem; padding: 5px 10px; } - + \ No newline at end of file diff --git a/src/components/list/BoardCardList.vue b/src/components/list/BoardCardList.vue new file mode 100644 index 0000000..6e0b651 --- /dev/null +++ b/src/components/list/BoardCardList.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/views/board/BoardList.vue b/src/views/board/BoardList.vue index 691fdba..31485d2 100644 --- a/src/views/board/BoardList.vue +++ b/src/views/board/BoardList.vue @@ -8,22 +8,7 @@ - - +
@@ -33,16 +18,16 @@