소스 검색

加入备案号

liyanbo 1 개월 전
부모
커밋
1e9eb293e2
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      src/views/Login/Login.vue
  2. 5 1
      src/views/Login/SocialLogin.vue

+ 5 - 1
src/views/Login/Login.vue

@@ -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>

+ 5 - 1
src/views/Login/SocialLogin.vue

@@ -46,7 +46,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"
           >
             <!-- 账号登录 -->
             <el-form
@@ -144,6 +144,10 @@
             </el-form>
           </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>