From 1e1e5f78adc9d8a3f9e1a0cbe82339a17ca44ea8 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Thu, 1 Feb 2024 11:07:59 +0800 Subject: [PATCH] layout update --- src/components/Logo/Logo.js | 2 +- src/layout/MainLayout/Header/index.js | 18 +++++++++++++----- .../ForgotPassword/AfterForgotPasswordPage.js | 12 ++++++------ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/src/components/Logo/Logo.js b/src/components/Logo/Logo.js index 428b254..596f121 100644 --- a/src/components/Logo/Logo.js +++ b/src/components/Logo/Logo.js @@ -22,7 +22,7 @@ const Logo = () => { * */ <> - + diff --git a/src/layout/MainLayout/Header/index.js b/src/layout/MainLayout/Header/index.js index 084d817..384ca65 100644 --- a/src/layout/MainLayout/Header/index.js +++ b/src/layout/MainLayout/Header/index.js @@ -366,6 +366,7 @@ function Header(props) { justifyContent="flex-start" alignItems="center" spacing={0} + // sx={{width:{xs:'100%',md:'25%'}}} > @@ -411,12 +412,17 @@ function Header(props) { - + { isGLDLoggedIn() ? : - + + + } {/**/} @@ -451,9 +457,11 @@ function Header(props) { justifyContent="flex-start" alignItems="center" spacing={0} + // width="100%" + sx={{width:{xs:'100%',md:'25%'}}} > - + @@ -473,9 +481,9 @@ function Header(props) { - + - + diff --git a/src/pages/authentication/ForgotPassword/AfterForgotPasswordPage.js b/src/pages/authentication/ForgotPassword/AfterForgotPasswordPage.js index 6311b22..dce2bd9 100644 --- a/src/pages/authentication/ForgotPassword/AfterForgotPasswordPage.js +++ b/src/pages/authentication/ForgotPassword/AfterForgotPasswordPage.js @@ -10,7 +10,7 @@ import { import * as React from "react"; import titleBackgroundImg from 'assets/images/dashboard/gazette-bar.png' -import ForwardIcon from '@mui/icons-material/Forward'; +// import ForwardIcon from '@mui/icons-material/Forward'; import MainCard from 'components/MainCard'; @@ -51,7 +51,7 @@ const AfterForgotPasswordPage = () => { - + {/* - + */} {/* 申請公共啟事 */} @@ -77,7 +77,7 @@ const AfterForgotPasswordPage = () => { border={false} boxShadow > - + @@ -138,12 +138,12 @@ const AfterForgotPasswordPage = () => {