mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 16:20:27 +00:00
fix spacing issue
This commit is contained in:
parent
d30bfac38a
commit
12fc3541da
1 changed files with 52 additions and 51 deletions
|
@ -124,7 +124,7 @@
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<BaseContainer>
|
||||
<div>
|
||||
<BaseModal v-model="updateModal">
|
||||
<template #title> Update Location </template>
|
||||
<form v-if="location" @submit.prevent="update">
|
||||
|
@ -136,8 +136,8 @@
|
|||
</div>
|
||||
</form>
|
||||
</BaseModal>
|
||||
|
||||
<BaseCard class="mb-16">
|
||||
<BaseContainer class="space-y-10 mb-16">
|
||||
<BaseCard>
|
||||
<template #title>
|
||||
<BaseSectionHeader>
|
||||
<Icon name="mdi-map-marker" class="mr-2 -mt-1 text-base-content" />
|
||||
|
@ -191,4 +191,5 @@
|
|||
</div>
|
||||
</section>
|
||||
</BaseContainer>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue