From d6373ffafe74bc547773fec10abd32a4e1f9394b Mon Sep 17 00:00:00 2001 From: thzxx Date: Wed, 15 Apr 2026 10:17:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E6=94=B9=E4=B8=BA=20flex=20=E5=AD=90?= =?UTF-8?q?=E5=85=83=E7=B4=A0=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=B8=8E=E4=B8=BB?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8C=BA=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - workspace-panel 从 position:fixed 改为 flex 子元素,与日志面板布局模式一致 - 移除 margin-right:480px hack,工作空间自然占据宽度 - 移除 updateNavHeight() 和 --nav-height CSS 变量(不再需要) - 移除 border-top(flex 布局下顶部自动对齐) --- src/renderer/index.html | 2 +- src/renderer/main.ts | 17 +---------------- src/renderer/styles/style.css | 16 ++++++---------- 3 files changed, 8 insertions(+), 27 deletions(-) diff --git a/src/renderer/index.html b/src/renderer/index.html index 7b752be..6171d01 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -167,7 +167,7 @@ - +