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 @@ + + + + + +