Parcourir la source

fix: 修复页面最小高度bug

BaiLuoYan il y a 1 mois
Parent
commit
105fda7279
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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} />