实现第7条需求:禁用Area标题栏,确保拖动Panel标题栏可以移动Area

This commit is contained in:
zqm
2025-11-04 11:40:40 +08:00
parent 8d5b39cb12
commit 365bbb7ecc

View File

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