fix(01): dialog drawer form
This commit is contained in:
parent
ef9aeb930a
commit
073635c95b
5 changed files with 227 additions and 105 deletions
|
|
@ -35,7 +35,7 @@ defineEmits<{
|
|||
}"
|
||||
class="col-12 row branch-form-show-qr-code"
|
||||
>
|
||||
<div class="col-12 flex flex-center q-py-md">
|
||||
<div class="col-12 column flex-center q-py-md">
|
||||
<q-img
|
||||
v-if="qr"
|
||||
:src="qr as string"
|
||||
|
|
@ -52,18 +52,17 @@ defineEmits<{
|
|||
</q-img>
|
||||
|
||||
<q-btn
|
||||
@click="$emit('upload')"
|
||||
class="branch-form-btn-qr-code"
|
||||
:class="{ 'dark-form-btn-qr-code': $q.dark.isActive }"
|
||||
v-else
|
||||
@click="$emit('upload')"
|
||||
class="branch-form-btn-qr-code q-mb-md"
|
||||
:class="{ 'dark-form-btn-qr-code': $q.dark.isActive }"
|
||||
unelevated
|
||||
:color="$q.dark.isActive ? 'black' : 'grey-2'"
|
||||
:text-color="$q.dark.isActive ? 'white' : 'grey-5'"
|
||||
>
|
||||
<Icon icon="teenyicons:add-outline" width="30px" height="50px" />
|
||||
</q-btn>
|
||||
</div>
|
||||
<div class="col-12 flex flex-center q-pb-md">
|
||||
|
||||
<q-btn
|
||||
v-if="!readonly"
|
||||
:text-color="$q.dark.isActive ? 'black' : 'white'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue