diff --git a/src/views/App.jsx b/src/views/App.jsx index 82e14b4..7fdc984 100644 --- a/src/views/App.jsx +++ b/src/views/App.jsx @@ -65,10 +65,6 @@ function App() { defaultPath = splitPath[1] } - const { - token: { colorBgContainer }, - } = theme.useToken() - const [antdLng, setAntdLng] = useState(enLocale); useEffect(() => { setAntdLng(i18n.language === 'en' ? enLocale : zhLocale); @@ -104,9 +100,7 @@ function App() { + className='min-h-screen'>
@@ -136,9 +130,9 @@ function App() { /> - + <h3 className='text-white mb-0 flex justify-end'> {currentUser?.travelAgencyName} - +
- + {needToLogin ? <>login... : }