fix: 结果窗口 520x700 并去除半透明遮罩实现无色透明
This commit is contained in:
@@ -62,7 +62,7 @@ export function openDialogWindow(type: string): BrowserWindow | null {
|
||||
history: { width: 800, height: 600 },
|
||||
templates: { width: 640, height: 520 },
|
||||
rubric: { width: 640, height: 700 },
|
||||
result: { width: 440, height: 560 }
|
||||
result: { width: 520, height: 700 }
|
||||
}
|
||||
const size = sizes[type] || { width: 500, height: 500 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user