mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmiany w widoku całego składu
This commit is contained in:
@@ -239,12 +239,10 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
class="train_extended-info"
|
class="train_extended-info"
|
||||||
v-if="
|
v-if="train.timetableData"
|
||||||
train.timetableData &&
|
v-show="showedSchedule == train.timetableData.timetableId"
|
||||||
showedSchedule == train.timetableData.timetableId
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<div class="train_cars">
|
<!-- <div class="train_cars">
|
||||||
<span v-for="(car, i) in train.cars" :key="i">
|
<span v-for="(car, i) in train.cars" :key="i">
|
||||||
<img
|
<img
|
||||||
class="car-image"
|
class="car-image"
|
||||||
@@ -253,7 +251,7 @@
|
|||||||
@error="onImageError"
|
@error="onImageError"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<TrainSchedule
|
<TrainSchedule
|
||||||
:followingStops="train.timetableData.followingStops"
|
:followingStops="train.timetableData.followingStops"
|
||||||
@@ -451,6 +449,10 @@ img.train-image {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-general {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
&-route {
|
&-route {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user