修复iOS端页面区域未铺满屏幕的问题

This commit is contained in:
JSR
2026-03-19 18:33:03 +08:00
parent 8f68b972b5
commit 012e478ddb
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ function MainContent(): React.JSX.Element {
}}
>
{contextHolder}
<Layout style={{ height: "100vh", flexDirection: "row", overflow: "hidden" }}>
<Layout style={{ height: "100%", minHeight: "100dvh", flexDirection: "row", overflow: "hidden" }}>
<Sidebar
activeMenu={activeMenu}
permission={permission}