mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-13 11:48:06 +00:00
fix: qr modal header
This commit is contained in:
parent
e6389f3fb3
commit
d431367abe
1 changed files with 19 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
|||
{{define "modals/qrcodeModal"}}
|
||||
<a-modal id="qrcode-modal" v-model="qrModal.visible" :closable="true" :class="themeSwitcher.currentTheme"
|
||||
width="fit-content" :dialog-style="isMobile ? { top: '18px' } : {}" :footer="null">
|
||||
<tr-qr-modal class="qr-modal">
|
||||
<template #title>
|
||||
<a-space direction="horizontal">
|
||||
<span>[[ qrModal.title ]]</span>
|
||||
|
@ -21,6 +20,7 @@
|
|||
</a-popover>
|
||||
</a-space>
|
||||
</template>
|
||||
<tr-qr-modal class="qr-modal">
|
||||
<template v-if="app.subSettings.enable && qrModal.subId">
|
||||
<tr-qr-box class="qr-box">
|
||||
<a-tag color="purple" class="qr-tag"><span>{{ i18n "pages.settings.subSettings"}}</span></a-tag>
|
||||
|
|
Loading…
Reference in a new issue