Skip to content

Commit 97a1cd4

Browse files
1 parent a00d76e commit 97a1cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Login/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const themeChange = () => {
7878
</div>
7979
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
8080
<div
81-
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"
81+
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"
8282
>
8383
<LoginForm
8484
v-if="isLogin"

0 commit comments

Comments
 (0)