From f9322e1c53d06845afe35d1cc07f06934b8529c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E9=9B=BE=E8=8C=AB=E8=8C=AB=E4=B8=B6?= Date: Wed, 15 Jan 2025 16:43:21 +0800 Subject: [PATCH] =?UTF-8?q?style(login):=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/login/layout.tsx | 4 ++++ src/app/login/page.tsx | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/login/layout.tsx b/src/app/login/layout.tsx index 1667102..af0d0c3 100644 --- a/src/app/login/layout.tsx +++ b/src/app/login/layout.tsx @@ -2,6 +2,7 @@ import { useMount, useUnmount } from 'ahooks'; +import GlobalFooter from '@/components/GlobalFooter'; // 底部版权 import LangSwitch from '@/components/LangSwitch'; import ThemeModeButton from '@/components/ThemeModeButton'; import { useLayoutStore } from '@/store/layoutStore'; @@ -22,6 +23,9 @@ export default function LoginLayout({ children }: { children: React.ReactNode }) +
+ +
); } diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 1dd9518..0dcd7b3 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -2,7 +2,7 @@ * @Author: 白雾茫茫丶 * @Date: 2025-01-03 15:45:52 * @LastEditors: 白雾茫茫丶 - * @LastEditTime: 2025-01-07 11:08:01 + * @LastEditTime: 2025-01-15 16:28:44 * @Description: 登录页 */ import { Button, Card, CardBody, CardHeader, Divider, User } from '@nextui-org/react'; @@ -24,7 +24,7 @@ export default async function Login() { /> - +
{ @@ -38,7 +38,6 @@ export default async function Login() { variant="ghost" startContent={} className="border w-full" - size="sm" > Github @@ -55,7 +54,6 @@ export default async function Login() { variant="ghost" startContent={} className="border w-full" - size="sm" > Gitee @@ -72,7 +70,6 @@ export default async function Login() { variant="ghost" startContent={} className="border w-full" - size="sm" > Google