fixes
This commit is contained in:
parent
ab85dc5d55
commit
fa76fb1502
|
|
@ -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>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue