|
|
@ -70,10 +70,12 @@ onMounted(async () => { |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
|
|
|
|
|
|
|
|
<a-form-item style="text-align: center" class="mt-2"> |
|
|
|
<a-form-item style="text-align: center" class="mt-2"> |
|
|
|
<a-button type="primary" html-type="submit" class="mx-auto flex justify-self-center"> |
|
|
|
<a-button type="primary" html-type="submit"> |
|
|
|
<MaterialSymbolsRocketLaunchOutline class="mr-1" /> |
|
|
|
<div class="flex items-center"> |
|
|
|
<span> {{ $t('general.create') }} </span></a-button |
|
|
|
<MaterialSymbolsRocketLaunchOutline class="mr-1" /> |
|
|
|
> |
|
|
|
{{ $t('general.create') }} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</a-button> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-form> |
|
|
|
</a-form> |
|
|
|
</a-card> |
|
|
|
</a-card> |
|
|
|