Redesign seat map layout

This commit is contained in:
2024-10-10 14:11:09 +02:00
parent fe2cea5529
commit 58c7282701
14 changed files with 1967 additions and 90 deletions

View File

@@ -80,7 +80,6 @@ getLocation(String(router.currentRoute.value.params.locationName))
</v-row>
<v-row>
<v-col>
<section-divider :title="$t('seatPlan')" />
@@ -96,7 +95,7 @@ getLocation(String(router.currentRoute.value.params.locationName))
<v-row v-else>
<v-col>
<seat-plan-map
:seat-groups="location.seatGroups"
:location="location"
/>
</v-col>
</v-row>