实现第6条需求:当内容区只包含一个Panel时,显示Area的标题栏

This commit is contained in:
zqm
2025-11-04 15:02:03 +08:00
parent ced3e749b3
commit 185debd01f

View File

@@ -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"