|
|
@@ -47,7 +47,7 @@
|
|
|
<!-- 右边的登录界面 -->
|
|
|
<Transition appear enter-active-class="animate__animated animate__bounceInRight">
|
|
|
<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%-110px)] 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"
|
|
|
>
|
|
|
<!-- 账号登录 -->
|
|
|
<LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
|
|
|
@@ -63,6 +63,10 @@
|
|
|
<ForgetPasswordForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />
|
|
|
</div>
|
|
|
</Transition>
|
|
|
+ <!-- ICP备案信息 -->
|
|
|
+ <div class="absolute bottom-0 left-0 right-0 h-50px flex items-center justify-center text-12px text-center" style="color: var(--el-text-color-regular);">
|
|
|
+ <a href="https://beian.miit.gov.cn/" target="_blank" style="color: inherit; text-decoration: none;">ICP备案:京ICP备2025136397号-1</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|