Browse Source

fix: 修复页面最小高度bug

BaiLuoYan 4 tuần trước cách đây
mục cha
commit
105fda7279
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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} />