Ver código fonte

fix: 修复页面最小高度bug

BaiLuoYan 4 semanas atrás
pai
commit
105fda7279
1 arquivos alterados com 1 adições e 1 exclusões
  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} />