mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: changed speed placement in train info tooltip
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
</b>
|
||||
|
||||
<div class="text--primary">
|
||||
<b>{{ trainInfo.stockList[0] }}</b> •
|
||||
{{ trainInfo.length }}m • {{ (trainInfo.mass / 1000).toFixed(2) }}t •
|
||||
{{ trainInfo.speed }}km/h
|
||||
<b>{{ trainInfo.stockList[0] }}</b> • {{ trainInfo.length }}m •
|
||||
{{ (trainInfo.mass / 1000).toFixed(2) }}t
|
||||
</div>
|
||||
|
||||
<div class="text--grayed">{{ displayTrainPosition(trainInfo) }}</div>
|
||||
<div class="text--grayed">
|
||||
{{ displayTrainPosition(trainInfo) }} - {{ trainInfo.speed }}km/h
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user