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"