mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 11:49:02 +08:00
优化横竖切换按钮位置图标并修复侧栏重复显示
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ function MainContent(): React.JSX.Element {
|
||||
}
|
||||
if (nextPortraitMode) {
|
||||
await api.windowSetResizable(false)
|
||||
await api.windowResize(940, 1280)
|
||||
await api.windowResize(940, 1380)
|
||||
setSidebarCollapsed(true)
|
||||
} else {
|
||||
await api.windowSetResizable(true)
|
||||
|
||||
Reference in New Issue
Block a user