fix: 修复移动端自适应问题

This commit is contained in:
Daniel
2026-03-02 17:48:12 +08:00
parent 55c030e3f5
commit 4e91018752
6 changed files with 32 additions and 29 deletions

View File

@@ -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>