enhance(view):调整窗口宽度与浏览侧栏宽度。

This commit is contained in:
徐涛 2023-03-21 13:57:03 +08:00
parent 2fc2bd7185
commit 8024738334
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,7 @@
"fullscreen": false,
"resizable": true,
"title": "漫画阅读器",
"width": 1000,
"width": 1200,
"height": 800
}
]

View File

@ -33,7 +33,8 @@ export const NavMenu: FC = () => {
return (
<Stack
spacing={8}
miw={220}
w={300}
mw={200}
h="inherit"
sx={theme => ({
flexGrow: 1,