From 4d009a01959b00c5eaa04f7d8df41608783b44cc Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 11 May 2026 17:46:20 +0800 Subject: [PATCH] fix: migrate login page to Ant Design 6 and Tailwind CSS 4 syntax --- src/page/login/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/page/login/index.tsx b/src/page/login/index.tsx index a48c121..7ede3bf 100644 --- a/src/page/login/index.tsx +++ b/src/page/login/index.tsx @@ -29,11 +29,11 @@ export default function LoginPage() { return (
- - + + 登录 - + 使用你的帐号登录后即可继续操作 @@ -54,7 +54,7 @@ export default function LoginPage() { - +