|
|
|
@ -78,7 +78,7 @@ const themeChange = () => {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="h-auto flex items-center m-auto w-[100%] at-2xl:max-w-500px at-xl:max-w-500px at-md:max-w-500px at-lg:max-w-500px"
|
|
|
|
class="h-full flex items-center m-auto w-[100%] at-2xl:max-w-500px at-xl:max-w-500px at-md:max-w-500px at-lg:max-w-500px"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<LoginForm
|
|
|
|
<LoginForm
|
|
|
|
v-if="isLogin"
|
|
|
|
v-if="isLogin"
|
|
|
|
|