diff --git a/electron/main/window.ts b/electron/main/window.ts index 2ca0bac..db0c68d 100644 --- a/electron/main/window.ts +++ b/electron/main/window.ts @@ -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 } diff --git a/src/components/ResultDrawer.vue b/src/components/ResultDrawer.vue index b2075bd..842c8b7 100644 --- a/src/components/ResultDrawer.vue +++ b/src/components/ResultDrawer.vue @@ -197,12 +197,12 @@ async function confirmScore() { position: fixed; inset: 0; z-index: 99998; - background: rgba(0, 0, 0, 0.3); + background: transparent; display: flex; justify-content: flex-end; } .drawer-panel { - width: 400px; + width: 480px; height: 100%; background: #fff; display: flex;