mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
poprawki dzienników
This commit is contained in:
@@ -189,6 +189,7 @@ table.scenery-history-table {
|
||||
width: 100%;
|
||||
background-color: #111;
|
||||
border-collapse: collapse;
|
||||
position: relative;
|
||||
/* border-spacing: 0 0.5em; */
|
||||
text-align: center;
|
||||
|
||||
@@ -198,6 +199,7 @@ table.scenery-history-table {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
|
||||
th {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
<!-- Status RJ -->
|
||||
<div class="info-status" style="margin: 0.5em 0">
|
||||
<ProgressBar
|
||||
:progressPercent="(timetable.confirmedStopsCount / timetable.allStopsCount) * 100"
|
||||
:progressPercent="~~((timetable.currentDistance / timetable.routeDistance) * 100)"
|
||||
:progressType="!timetable.fulfilled && timetable.terminated ? 'abandoned' : ''"
|
||||
/>
|
||||
|
||||
@@ -127,6 +127,8 @@
|
||||
</span>
|
||||
<span> / </span>
|
||||
<span class="text--primary">{{ timetable.routeDistance }} km</span>
|
||||
|
|
||||
<span class="text--grayed">{{ timetable.confirmedStopsCount }}/{{ timetable.allStopsCount }}</span>
|
||||
</span>
|
||||
|
||||
<span class="text--grayed" v-if="timetable.currentSceneryName">
|
||||
|
||||
Reference in New Issue
Block a user