Schedule indicatory

This commit is contained in:
2021-07-08 18:30:06 +02:00
parent 8abed60244
commit e97c3a9209
2 changed files with 391 additions and 332 deletions
+5 -3
View File
@@ -163,8 +163,10 @@
<div
class="train_extended-info"
v-if="train.timetableData"
v-show="showedSchedule == train.timetableData.timetableId"
v-if="
train.timetableData &&
showedSchedule == train.timetableData.timetableId
"
>
<TrainSchedule
:followingStops="train.timetableData.followingStops"
@@ -439,7 +441,7 @@ img.train-image {
display: flex;
align-items: center;
background-color: var(--clr-accent);
background-color: #22a8d1;
border-radius: 0.5em;
padding: 0.1em 0.35em;
}