|
@@ -48,7 +48,7 @@
|
|
|
<!-- 右边的登录界面 -->
|
|
<!-- 右边的登录界面 -->
|
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
|
<div
|
|
<div
|
|
|
- class="m-auto h-[calc(100%-60px)] w-[100%] flex items-center at-2xl:max-w-500px at-lg:max-w-500px at-md:max-w-500px at-xl:max-w-500px"
|
|
|
|
|
|
|
+ class="m-auto h-[calc(100%-60px)] w-[100%] flex items-center 2xl:max-w-500px lg:max-w-500px md:max-w-500px xl:max-w-500px"
|
|
|
>
|
|
>
|
|
|
<!-- 账号登录 -->
|
|
<!-- 账号登录 -->
|
|
|
<LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
|
|
<LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
|