Poprawki graficzne

This commit is contained in:
2021-08-08 15:02:44 +02:00
parent 76af9ce28a
commit 93f420afc9
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -350,8 +350,9 @@ export default defineComponent({
border-radius: 0 0 1em 1em; border-radius: 0 0 1em 1em;
} }
.stats_button { .train-stats {
margin: 0 auto; display: flex;
justify-content: center;
} }
} }
</style> </style>
-1
View File
@@ -188,7 +188,6 @@ import {
computed, computed,
ComputedRef, ComputedRef,
defineComponent, defineComponent,
onBeforeUpdate,
Ref, Ref,
ref, ref,
} from "@vue/runtime-core"; } from "@vue/runtime-core";