From 185debd01f03c6a732ef1f05ab6c60dea87c1080 Mon Sep 17 00:00:00 2001 From: zqm Date: Tue, 4 Nov 2025 15:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E7=AC=AC6=E6=9D=A1=E9=9C=80?= =?UTF-8?q?=E6=B1=82=EF=BC=9A=E5=BD=93=E5=86=85=E5=AE=B9=E5=8C=BA=E5=8F=AA?= =?UTF-8?q?=E5=8C=85=E5=90=AB=E4=B8=80=E4=B8=AAPanel=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BAArea=E7=9A=84=E6=A0=87=E9=A2=98=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue index 0e21ab3..5569985 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue @@ -7,7 +7,7 @@ :id="area.id" :title="area.title" v-model:WindowState="area.WindowState" - :showTitleBar="false" + :showTitleBar="area.panels && area.panels.length === 1" :width="area.width" :height="area.height" :left="area.WindowState !== '最大化' ? area.x : undefined"