From 93f420afc9408c38e19235c6eb175f2b7267b26c Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 8 Aug 2021 15:02:44 +0200 Subject: [PATCH] Poprawki graficzne --- src/components/TrainsView/TrainStats.vue | 5 +++-- src/components/TrainsView/TrainTable.vue | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TrainsView/TrainStats.vue b/src/components/TrainsView/TrainStats.vue index 83c262f..1b7a53b 100644 --- a/src/components/TrainsView/TrainStats.vue +++ b/src/components/TrainsView/TrainStats.vue @@ -350,8 +350,9 @@ export default defineComponent({ border-radius: 0 0 1em 1em; } - .stats_button { - margin: 0 auto; + .train-stats { + display: flex; + justify-content: center; } } \ No newline at end of file diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 8dd6805..7519ba2 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -188,7 +188,6 @@ import { computed, ComputedRef, defineComponent, - onBeforeUpdate, Ref, ref, } from "@vue/runtime-core";