This commit is contained in:
2025-06-11 14:36:33 +02:00
parent ab85dc5d55
commit fa76fb1502

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>