fix spacing issue

This commit is contained in:
Hayden 2022-10-24 18:12:54 -08:00
parent d30bfac38a
commit 12fc3541da

View file

@ -124,7 +124,7 @@
</script> </script>
<template> <template>
<BaseContainer> <div>
<BaseModal v-model="updateModal"> <BaseModal v-model="updateModal">
<template #title> Update Location </template> <template #title> Update Location </template>
<form v-if="location" @submit.prevent="update"> <form v-if="location" @submit.prevent="update">
@ -136,8 +136,8 @@
</div> </div>
</form> </form>
</BaseModal> </BaseModal>
<BaseContainer class="space-y-10 mb-16">
<BaseCard class="mb-16"> <BaseCard>
<template #title> <template #title>
<BaseSectionHeader> <BaseSectionHeader>
<Icon name="mdi-map-marker" class="mr-2 -mt-1 text-base-content" /> <Icon name="mdi-map-marker" class="mr-2 -mt-1 text-base-content" />
@ -191,4 +191,5 @@
</div> </div>
</section> </section>
</BaseContainer> </BaseContainer>
</div>
</template> </template>