From a2c607c1beafe093bba2ff0a9711bbe603a40bae Mon Sep 17 00:00:00 2001 From: LuminousRuoxi <2494735589@qq.com> Date: Thu, 10 Sep 2026 15:43:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=B9=E8=AF=9D=E9=A1=B5=E3=80=8C?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=A4=8D=E6=A3=80=E5=8E=86=E5=8F=B2=E3=80=8D?= =?UTF-8?q?=E7=82=B9=E4=BA=86=E6=B2=A1=E5=8F=8D=E5=BA=94=20+=20=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=E4=B8=8D=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 根因: 复检历史面板挂在 workbenchView 容器内,对话页该容器 display:none 导致 fixed 面板整棵子树不渲染(用户实测)。面板移出视图容器挂到顶层 - 同时修复: handleAction 里 view-recheck-history 硬编码 toggleRecheckHistory(true), 点第二次不会关闭;改为无参切换 - 验证: 对话页/改写页两个入口 7/7 通过(打开/关闭/再打开/点外部关闭/无 JS 报错) --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f4ee97b..6c3e5dc 100644 --- a/index.html +++ b/index.html @@ -213,9 +213,11 @@ button,input,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!im