style: 修改登录页样式

This commit is contained in:
kailong321200875 2024-06-20 15:05:18 +08:00
parent 6657bbc9f1
commit 9f98b7be26
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const themeChange = () => {
</div>
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
<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
v-if="isLogin"