Explorar o código

fix: 修复页面最小高度bug

BaiLuoYan hai 4 semanas
pai
achega
105fda7279
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

@@ -31,7 +31,7 @@ const App: React.FC = () => {
 
     return (
         <ConfigProvider locale={locale} theme={{ algorithm: theme.darkAlgorithm }}>
-            <AntdApp>
+            <AntdApp className="h-full">
                 <AntdAppInstanceCapture />
                 <ModelProviders>
                     <RouterProvider router={router} />