mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix qrcode ui
This commit is contained in:
@@ -92,9 +92,9 @@ onUnmounted(() => {
|
|||||||
<VDialog width="40rem" scrollable max-height="85vh">
|
<VDialog width="40rem" scrollable max-height="85vh">
|
||||||
<VCard title="阿里云盘登录" class="rounded-t">
|
<VCard title="阿里云盘登录" class="rounded-t">
|
||||||
<DialogCloseBtn @click="emit('close')" />
|
<DialogCloseBtn @click="emit('close')" />
|
||||||
<VCardText class="pt-2">
|
<VCardText class="pt-2 flex flex-col items-center">
|
||||||
<div class="my-6">
|
<div class="my-6 shadow-lg rounded text-center p-3 border">
|
||||||
<QrcodeVue class="mx-auto" :value="qrCodeContent" :size="200" max-width="25rem" />
|
<QrcodeVue class="mx-auto" :value="qrCodeContent" :size="200" />
|
||||||
</div>
|
</div>
|
||||||
<VAlert variant="tonal" :type="alertType" class="my-4 text-center" :text="text">
|
<VAlert variant="tonal" :type="alertType" class="my-4 text-center" :text="text">
|
||||||
<template #prepend />
|
<template #prepend />
|
||||||
|
|||||||
@@ -79,9 +79,9 @@ onUnmounted(() => {
|
|||||||
<VDialog width="40rem" scrollable max-height="85vh">
|
<VDialog width="40rem" scrollable max-height="85vh">
|
||||||
<VCard title="115网盘登录" class="rounded-t">
|
<VCard title="115网盘登录" class="rounded-t">
|
||||||
<DialogCloseBtn @click="emit('close')" />
|
<DialogCloseBtn @click="emit('close')" />
|
||||||
<VCardText class="pt-2">
|
<VCardText class="pt-2 flex flex-col items-center">
|
||||||
<div class="my-6">
|
<div class="my-6 shadow-lg rounded p-3 border">
|
||||||
<VImg class="mx-auto" :src="qrCodeContent" :size="200" max-width="25rem" />
|
<VImg class="mx-auto" :src="qrCodeContent" style="inline-size: 200px" />
|
||||||
</div>
|
</div>
|
||||||
<VAlert variant="tonal" :type="alertType" class="my-4 text-center" :text="text">
|
<VAlert variant="tonal" :type="alertType" class="my-4 text-center" :text="text">
|
||||||
<template #prepend />
|
<template #prepend />
|
||||||
|
|||||||
Reference in New Issue
Block a user