CLEANUP remove extraneous containers and rows and columns

This commit is contained in:
2021-01-02 18:34:49 +00:00
parent bfafba6c69
commit ee4fb103de
13 changed files with 65 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-container fluid>
<div>
<gz-report-selector ref="reportSelector"></gz-report-selector>
<!-- {{ formState }} -->
<v-row v-if="formState.ready">
<v-col>
<v-form ref="form">
@@ -232,7 +232,7 @@
:size="60"
></v-progress-circular>
</template>
</v-container>
</div>
</template>
<script>