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