From 2489e680cfe3b1077de44f774a83d846d5ca8b13 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 27 Jan 2022 15:01:25 +0100 Subject: [PATCH] =?UTF-8?q?Zmiana=20wygl=C4=85du=20listy=20poci=C4=85g?= =?UTF-8?q?=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.scss | 1 - src/components/TrainsView/TrainInfo.vue | 112 +++++++++++++-- src/components/TrainsView/TrainStats.vue | 2 +- src/components/TrainsView/TrainTable.vue | 130 ++++-------------- .../TrainsView/TrainTimetableCard.vue | 79 ++++++++--- src/main.ts | 2 +- src/store/index.ts | 2 - src/styles/card.scss | 3 +- src/views/TrainsView.vue | 4 +- 9 files changed, 201 insertions(+), 134 deletions(-) diff --git a/src/App.scss b/src/App.scss index 6efae25..9bbaf37 100644 --- a/src/App.scss +++ b/src/App.scss @@ -87,7 +87,6 @@ .train-logo { position: relative; - z-index: 2; } .header { diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index a0ae941..5ca0099 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -1,6 +1,64 @@