From 9f0826c0491037d1381880ac002bee3ccb2e3c42 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 17 May 2022 12:40:08 +0200 Subject: [PATCH] Poprawki w stylach JournalView --- src/views/JournalView.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/views/JournalView.vue b/src/views/JournalView.vue index 16999db..a2cf293 100644 --- a/src/views/JournalView.vue +++ b/src/views/JournalView.vue @@ -29,7 +29,12 @@
  • - + {{ item.trainCategoryCode }}  {{ item.trainNo }} | {{ item.driverName }} | @@ -94,11 +99,14 @@
    -
    {{ $t('history.timetable-day') }} {{ localeDay(item.beginDate, $i18n.locale) }}
    +
    + {{ $t('history.timetable-day') }} {{ localeDay(item.beginDate, $i18n.locale) }} +
    -
    - {{ $t('history.dispatcher-name') }} {{ item.authorName }} +
    + {{ $t('history.dispatcher-name') }}  + {{ item.authorName }}
    @@ -123,8 +131,8 @@
    -
    {{ $t('journal.no-further-data' )}}
    -
    {{ $t('journal.loading-further-data' )}}
    +
    {{ $t('journal.no-further-data') }}
    +
    {{ $t('journal.loading-further-data') }}
    @@ -271,7 +279,7 @@ export default defineComponent({ }, handleScroll() { - this.showReturnButton = window.scrollY > window.innerHeight; + this.showReturnButton = window.scrollY > window.innerHeight; const element = this.$refs.scrollElement as HTMLElement;