This commit is contained in:
Matt 2025-06-11 14:36:33 +02:00
parent ab85dc5d55
commit fa76fb1502
1 changed files with 4 additions and 6 deletions

View File

@ -33,16 +33,13 @@
<v-btn
@click="generateEOI"
:loading="isGenerating"
color="primary"
color="success"
variant="flat"
prepend-icon="mdi-file-document-plus"
:size="mobile ? 'default' : 'large'"
class="text-center"
block
:class="mobile ? 'flex-grow-1' : ''"
>
<span class="d-flex align-center justify-center w-100">
Generate EOI
</span>
Generate EOI
</v-btn>
<v-btn
@ -52,6 +49,7 @@
prepend-icon="mdi-upload"
:disabled="isUploading"
:size="mobile ? 'default' : 'large'"
:class="mobile ? 'flex-grow-1' : ''"
>
Upload EOI Document
</v-btn>