diff --git a/src/components/JournalView/JournalDispatchersList.vue b/src/components/JournalView/JournalDispatchersList.vue index a630db1..bc2adf8 100644 --- a/src/components/JournalView/JournalDispatchersList.vue +++ b/src/components/JournalView/JournalDispatchersList.vue @@ -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; } diff --git a/src/components/JournalView/JournalTimetablesList.vue b/src/components/JournalView/JournalTimetablesList.vue index 79d4704..e548776 100644 --- a/src/components/JournalView/JournalTimetablesList.vue +++ b/src/components/JournalView/JournalTimetablesList.vue @@ -117,7 +117,7 @@
@@ -127,6 +127,8 @@ / {{ timetable.routeDistance }} km + | + {{ timetable.confirmedStopsCount }}/{{ timetable.allStopsCount }}