From 81ef6b126a33b2b7d28d3385db3b39b41a87ac52 Mon Sep 17 00:00:00 2001 From: zqm Date: Tue, 4 Nov 2025 11:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DArea=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=8F=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=9A=E5=BD=93?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8C=BA=E5=8F=AA=E5=8C=85=E5=90=AB=E4=B8=80?= =?UTF-8?q?=E4=B8=AAPanel=E6=97=B6=EF=BC=8C=E6=AD=A3=E7=A1=AE=E6=98=BE?= =?UTF-8?q?=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 a0bfe76..6dc3f4a 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="area.panels.length !== 1" + :showTitleBar="area.panels.length === 1" :width="area.width" :height="area.height" :left="area.WindowState !== '最大化' ? area.x : undefined"