Skip to content

Commit

Permalink
style(ui): 💄 修改登录页样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanYi-Hui committed Jun 26, 2024
1 parent 71b38f8 commit ed048b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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"
Expand Down

0 comments on commit ed048b2

Please sign in to comment.