fixes
This commit is contained in:
parent
8d05cddc87
commit
95ad55775d
1 changed files with 19 additions and 18 deletions
|
|
@ -379,16 +379,16 @@
|
||||||
:options="{width: 800}"
|
:options="{width: 800}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
|
</q-responsive>
|
||||||
<p class="text-center">
|
<p class="text-center" v-show="!qrCodeDialog.wipe">
|
||||||
(QR for <strong>create</strong> the card in
|
(QR for <strong>create</strong> the card in
|
||||||
<a
|
<a
|
||||||
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
|
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
style="color: inherit"
|
||||||
>Boltcard NFC Card Creator</a
|
>Boltcard NFC Card Creator</a
|
||||||
>)
|
>)
|
||||||
</p>
|
</p>
|
||||||
</q-responsive>
|
|
||||||
<q-responsive
|
<q-responsive
|
||||||
:ratio="1"
|
:ratio="1"
|
||||||
class="q-mx-xl q-mb-md"
|
class="q-mx-xl q-mb-md"
|
||||||
|
|
@ -399,17 +399,18 @@
|
||||||
:options="{width: 800}"
|
:options="{width: 800}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
<p class="text-center">
|
</q-responsive>
|
||||||
|
<p class="text-center" v-show="qrCodeDialog.wipe">
|
||||||
(QR for for <strong>wipe</strong> the card in
|
(QR for for <strong>wipe</strong> the card in
|
||||||
<a
|
<a
|
||||||
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
|
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
style="color: inherit"
|
||||||
>Boltcard NFC Card Creator</a
|
>Boltcard NFC Card Creator</a
|
||||||
>)
|
>)
|
||||||
</p>
|
</p>
|
||||||
</q-responsive>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-mt-xl q-mb-md text-center">
|
<div class="col q-mt-md q-mb-md text-center">
|
||||||
<q-btn-toggle
|
<q-btn-toggle
|
||||||
v-model="qrCodeDialog.wipe"
|
v-model="qrCodeDialog.wipe"
|
||||||
rounded
|
rounded
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue