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