From 67537d699558a63e5182531cb22d59f77f4ce38a Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Wed, 11 Mar 2026 11:15:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=86=E5=8F=B2=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=8E=B0=E5=9C=A8=E8=A2=AB=E7=A7=B0=E4=B8=BA?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E7=95=8C=E9=9D=A2=EF=BC=9B=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E7=95=8C=E9=9D=A2=E7=9A=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E3=80=82=E6=96=B0=E5=A2=9E=E6=8C=89=E6=B2=89?= =?UTF-8?q?=E6=B5=B8=E6=A8=A1=E5=BC=8F=E6=8C=89=E9=92=AE=E5=90=8E=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5F11=E5=85=A8=E5=B1=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/history_detail/02-layout/layout.css | 2 +- css/history_detail/04-features/markdown-content.css | 2 +- index.html | 2 +- js/chatbot/ui/chatbot-ui.js | 2 +- js/ui/immersive_layout_logic.js | 10 ++++++++++ public/pdfjs/web/viewer.css | 11 ++++++----- public/pdfjs/web/viewer.html | 12 ++++++++---- 7 files changed, 28 insertions(+), 13 deletions(-) diff --git a/css/history_detail/02-layout/layout.css b/css/history_detail/02-layout/layout.css index 6554686..964aa0e 100644 --- a/css/history_detail/02-layout/layout.css +++ b/css/history_detail/02-layout/layout.css @@ -34,7 +34,7 @@ body { display: flex; gap: 1.5rem; /* 大幅增加间距,更现代 */ border-bottom: 1px solid var(--color-border-light); - margin-bottom: 2.5rem; + /* margin-bottom: 2.5rem; */ padding-bottom: 0; } diff --git a/css/history_detail/04-features/markdown-content.css b/css/history_detail/04-features/markdown-content.css index 92c2aff..1ee8de5 100644 --- a/css/history_detail/04-features/markdown-content.css +++ b/css/history_detail/04-features/markdown-content.css @@ -78,7 +78,7 @@ h2 { .history-export-controls { position: relative; - margin-bottom: 16px; + /* margin-bottom: 16px; */ } .export-panel-backdrop { diff --git a/index.html b/index.html index b6ef1fa..6185d08 100644 --- a/index.html +++ b/index.html @@ -1325,7 +1325,7 @@