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";