mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
fix login ui
This commit is contained in:
+5
-6
@@ -199,13 +199,12 @@ onMounted(() => {
|
|||||||
cover
|
cover
|
||||||
@load="isImageLoaded = true"
|
@load="isImageLoaded = true"
|
||||||
>
|
>
|
||||||
|
<div
|
||||||
|
class="absolute inset-0"
|
||||||
|
style="background-image: linear-gradient(rgba(45, 55, 72, 7%) 0%, rgb(26, 32, 46) 100%)"
|
||||||
|
></div>
|
||||||
<div class="auth-wrapper d-flex align-center justify-center pa-4">
|
<div class="auth-wrapper d-flex align-center justify-center pa-4">
|
||||||
<VCard
|
<VCard class="auth-card pa-7 w-full h-full rounded-lg backdrop-opacity-10 opacity-80" max-width="25rem">
|
||||||
class="auth-card pa-7 w-full h-full"
|
|
||||||
:class="isImageLoaded ? 'backdrop-blur-xl bg-white/50' : ''"
|
|
||||||
max-width="25rem"
|
|
||||||
:theme="isImageLoaded ? 'light' : ''"
|
|
||||||
>
|
|
||||||
<VCardItem class="justify-center mb-7">
|
<VCardItem class="justify-center mb-7">
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<div class="d-flex pe-0">
|
<div class="d-flex pe-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user