From f78f096af551c8a105717f54ce9054d742f7dcd8 Mon Sep 17 00:00:00 2001 From: daniel LEE Date: Sun, 3 Nov 2024 09:01:02 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=9F=B0=ED=8A=B8=EC=97=90=EC=84=9C=20=EB=B0=9B=EC=9D=80=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=83=80=EB=A5=BC=20=ED=98=84=EC=9E=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=20=EB=84=98=EA=B8=B0?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt/app.vue | 52 +++++++++++++++++++++++++++++----- nuxt/components/DateSearch.vue | 37 ++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 nuxt/components/DateSearch.vue diff --git a/nuxt/app.vue b/nuxt/app.vue index cefe07f..c29ddd3 100644 --- a/nuxt/app.vue +++ b/nuxt/app.vue @@ -1,5 +1,5 @@ @@ -73,4 +95,20 @@ onMounted(() => { flex-direction: column; margin-top: 20px; } - \ No newline at end of file + +.search-area, .results-area { + width: 80%; + margin: 20px 0; + padding: 20px; + border: 1px solid #ccc; + border-radius: 8px; +} + +.search-area { + background-color: #f9f9f9; +} + +.results-area { + background-color: #ffffff; +} + diff --git a/nuxt/components/DateSearch.vue b/nuxt/components/DateSearch.vue new file mode 100644 index 0000000..6c7dd5e --- /dev/null +++ b/nuxt/components/DateSearch.vue @@ -0,0 +1,37 @@ + + + + + +