From 302a5fa532ba10ef55bbfa4cf707bd105af772fa Mon Sep 17 00:00:00 2001 From: d3george Date: Wed, 11 Oct 2023 10:30:12 +0800 Subject: [PATCH] refactor: login and errorpage layout --- src/pages/sys/error/Page403.tsx | 14 +++++++++++--- src/pages/sys/error/Page404.tsx | 14 +++++++++++--- src/pages/sys/error/Page500.tsx | 14 +++++++++++--- src/pages/sys/login/Login.tsx | 2 +- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/src/pages/sys/error/Page403.tsx b/src/pages/sys/error/Page403.tsx index c96a5a67..086af834 100644 --- a/src/pages/sys/error/Page403.tsx +++ b/src/pages/sys/error/Page403.tsx @@ -24,9 +24,11 @@ export default function Page403() {
- + - No permission + + No permission + @@ -37,7 +39,13 @@ export default function Page403() { - + diff --git a/src/pages/sys/error/Page404.tsx b/src/pages/sys/error/Page404.tsx index 2b8818e8..44ada9fb 100644 --- a/src/pages/sys/error/Page404.tsx +++ b/src/pages/sys/error/Page404.tsx @@ -24,9 +24,11 @@ export default function Page404() {
- + - Sorry, Page Not Found! + + Sorry, Page Not Found! + @@ -37,7 +39,13 @@ export default function Page404() { - + diff --git a/src/pages/sys/error/Page500.tsx b/src/pages/sys/error/Page500.tsx index 707faaa3..d1ddf921 100644 --- a/src/pages/sys/error/Page500.tsx +++ b/src/pages/sys/error/Page500.tsx @@ -17,9 +17,11 @@ export default function Page() {
- + - 500 Internal Server Error + + 500 Internal Server Error + @@ -29,7 +31,13 @@ export default function Page() { - + diff --git a/src/pages/sys/login/Login.tsx b/src/pages/sys/login/Login.tsx index 41dc144f..f9d57c95 100644 --- a/src/pages/sys/login/Login.tsx +++ b/src/pages/sys/login/Login.tsx @@ -45,7 +45,7 @@ function Login() {
-
+