enhance(view):调整窗口宽度与浏览侧栏宽度。
This commit is contained in:
parent
2fc2bd7185
commit
8024738334
|
@ -72,7 +72,7 @@
|
|||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "漫画阅读器",
|
||||
"width": 1000,
|
||||
"width": 1200,
|
||||
"height": 800
|
||||
}
|
||||
]
|
||||
|
|
|
@ -33,7 +33,8 @@ export const NavMenu: FC = () => {
|
|||
return (
|
||||
<Stack
|
||||
spacing={8}
|
||||
miw={220}
|
||||
w={300}
|
||||
mw={200}
|
||||
h="inherit"
|
||||
sx={theme => ({
|
||||
flexGrow: 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user