mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 11:46:18 +00:00
Update qrcode_modal.html
This commit is contained in:
parent
396cfb1831
commit
59e172bfb1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
</template>
|
</template>
|
||||||
<a-divider>{{ i18n "pages.inbounds.client" }}</a-divider>
|
<a-divider>{{ i18n "pages.inbounds.client" }}</a-divider>
|
||||||
<template v-for="(row, index) in qrModal.qrcodes">
|
<template v-for="(row, index) in qrModal.qrcodes">
|
||||||
<a-tag color="blue" style="margin: 10px 0; display: block; text-align: center;">[[ row.remark ]]</a-tag>
|
<a-tag color="green" style="margin: 10px 0; display: block; text-align: center;">[[ row.remark ]]</a-tag>
|
||||||
<canvas @click="copyToClipboard('qrCode-'+index, row.link)"
|
<canvas @click="copyToClipboard('qrCode-'+index, row.link)"
|
||||||
:id="'qrCode-'+index"
|
:id="'qrCode-'+index"
|
||||||
class="qr-bg"></canvas>
|
class="qr-bg"></canvas>
|
||||||
|
|
Loading…
Reference in a new issue