Skip to content
Snippets Groups Projects
Commit dec35ac1 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Repaired statistics page layout

parent bec50125
Branches
Tags
1 merge request!247Resolve "Update Vuetify"
<template> <template>
<div> <v-container>
<v-row <v-row>
<v-col>
class="ma-2"
>
<v-col cols="5">
<label-statistics /> <label-statistics />
</v-col> </v-col>
<v-col <v-col>
offset="1"
cols="5"
>
<correction-statistics /> <correction-statistics />
</v-col> </v-col>
</v-row> </v-row>
</div> </v-container>
</template> </template>
<script lang="ts"> <script lang="ts">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment