fix: 修复移动端自适应问题
This commit is contained in:
@@ -5,7 +5,7 @@ import { DbDashboard } from '@/pages/DbDashboard'
|
||||
function App() {
|
||||
return (
|
||||
<div
|
||||
className="min-h-screen w-full bg-military-dark overflow-hidden"
|
||||
className="min-h-screen w-full max-w-full overflow-x-hidden bg-military-dark overflow-hidden"
|
||||
style={{ background: '#0A0F1C' }}
|
||||
>
|
||||
<Routes>
|
||||
|
||||
Reference in New Issue
Block a user