Redesign seat map layout
This commit is contained in:
@@ -81,7 +81,7 @@ getTopEvents(4)
|
||||
<v-row>
|
||||
<v-col v-for="i in 8" cols="3">
|
||||
<card-with-top-image
|
||||
:image="topLocations[i - 1].image"
|
||||
:image="topLocations[i - 1].imageOutdoor"
|
||||
:title="topLocations[i - 1].name"
|
||||
smaller-title
|
||||
@click="router.push('/locations/' + topLocations[i - 1].name.replaceAll(' ', '-').toLowerCase())"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -14,6 +14,9 @@ shoppingStore.getCities()
|
||||
|
||||
<template>
|
||||
<v-container>
|
||||
<v-row>
|
||||
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-spacer />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user