From 98191b4372835bc6f7043efa67a1598ba4b2cf5e Mon Sep 17 00:00:00 2001 From: brianling Date: Thu, 16 Jul 2026 06:37:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=93=E6=9E=9C=E7=AA=97=E5=8F=A3=205?= =?UTF-8?q?20x700=20=E5=B9=B6=E5=8E=BB=E9=99=A4=E5=8D=8A=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E9=81=AE=E7=BD=A9=E5=AE=9E=E7=8E=B0=E6=97=A0=E8=89=B2=E9=80=8F?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/window.ts | 2 +- src/components/ResultDrawer.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;