This commit is contained in:
2021-12-28 01:27:25 +00:00
parent 77183f1d45
commit 1ec6497365

View File

@@ -62,7 +62,7 @@
<!-- ################################################################################--> <!-- ################################################################################-->
<template> <template>
<v-row justify="center"> <v-row justify="center">
<v-dialog persistent max-width="600px" v-model="jobActive"> <v-dialog persistent max-width="350px" v-model="jobActive">
<v-card> <v-card>
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title> <v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
<v-card-text> <v-card-text>
@@ -70,6 +70,8 @@
<v-progress-circular <v-progress-circular
indeterminate indeterminate
color="primary" color="primary"
width="10"
size="50"
></v-progress-circular> ></v-progress-circular>
</div> </div>
</v-card-text> </v-card-text>