From 365bbb7eccd11ba7b2a973b27843a818f0da7fa4 Mon Sep 17 00:00:00 2001 From: zqm Date: Tue, 4 Nov 2025 11:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E7=AC=AC7=E6=9D=A1=E9=9C=80?= =?UTF-8?q?=E6=B1=82=EF=BC=9A=E7=A6=81=E7=94=A8Area=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=8B=96=E5=8A=A8Panel?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=8F=E5=8F=AF=E4=BB=A5=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?Area?= 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 db2e24f..0331582 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="false" :width="area.width" :height="area.height" :left="area.WindowState !== '最大化' ? area.x : undefined"