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