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

View File

@@ -62,7 +62,7 @@
<!-- ################################################################################-->
<template>
<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-title>{{ $ay.t("RenderingReport") }}</v-card-title>
<v-card-text>
@@ -70,6 +70,8 @@
<v-progress-circular
indeterminate
color="primary"
width="10"
size="50"
></v-progress-circular>
</div>
</v-card-text>