change
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</template>
|
||||
<pn-scroll-list>
|
||||
<div class="flex column w100 q-py-md q-px-lg q-gutter-y-sm text-caption">
|
||||
<div class="text-bold">
|
||||
<div class="text-body1">
|
||||
<div v-if="route.query.type === 'update'">{{ $t('agreements__description_update') }}</div>
|
||||
<div>{{ $t('agreements__description') }}</div>
|
||||
</div>
|
||||
@@ -43,31 +43,30 @@
|
||||
</div>
|
||||
</pn-scroll-list>
|
||||
<template #footer>
|
||||
<div class="flex no-wrap justify-center w100 q-gutter-x-md q-py-md">
|
||||
<div class="column no-wrap items-center w100">
|
||||
<q-btn
|
||||
color="primary"
|
||||
no-caps rounded
|
||||
:disable="agreement.length !== 2"
|
||||
@click="onSubmit"
|
||||
class="fix-disabled-btn w100"
|
||||
>
|
||||
{{$t('agreements__btn_agree')}}
|
||||
</q-btn>
|
||||
|
||||
<q-btn
|
||||
flat
|
||||
color="negative"
|
||||
no-caps
|
||||
no-caps rounded
|
||||
style="opacity: 0.6"
|
||||
@click="onDecline"
|
||||
class="col"
|
||||
class="q-mt-md w100"
|
||||
>
|
||||
<div class="flex column items-center">
|
||||
{{ $t('agreements__btn_decline') }}
|
||||
<span class="text-caption">
|
||||
{{ $t('agreements__btn_decline_description') }}
|
||||
</span>
|
||||
{{ $t('agreements__btn_decline_description') }}
|
||||
</div>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
color="primary"
|
||||
no-caps
|
||||
:disable="agreement.length !== 2"
|
||||
@click="onSubmit"
|
||||
class="fix-disabled-btn col"
|
||||
>
|
||||
{{$t('agreements__btn_agree')}}
|
||||
</q-btn>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user