소스 검색

fix: 修复页面最小高度bug

BaiLuoYan 4 주 전
부모
커밋
105fda7279
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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} />