From 47747bf9136c4382c571a1c26fc1cb436ca97cbc Mon Sep 17 00:00:00 2001 From: Metona Date: Fri, 17 Apr 2026 08:55:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8A=A0=E5=AE=BD=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E3=80=81=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E3=80=81=E8=AE=BE=E7=BD=AE=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 工具面板:720px → 900px - 历史记录:680px → 800px - 设置面板:默认 480px → 640px(新增专属样式) --- src/renderer/styles/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/renderer/styles/style.css b/src/renderer/styles/style.css index c61c8c5..ec9fe1a 100644 --- a/src/renderer/styles/style.css +++ b/src/renderer/styles/style.css @@ -1514,10 +1514,14 @@ html, body { /* ── 历史记录模态框加宽 ── */ #historyModal .modal { - max-width: 680px; + max-width: 800px; max-height: 88vh; } +#settingsModal .modal { + max-width: 640px; +} + /* ── 历史记录 ── */ .history-list { display: flex; @@ -2873,7 +2877,7 @@ html, body { /* ═══════════════ 工具面板模态框 ═══════════════ */ #toolsModal .modal { - max-width: 720px; + max-width: 900px; width: 95vw; max-height: 85vh; }