enhance(view):调整窗口宽度与浏览侧栏宽度。
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user