修复浮动面板中TabPage内Panel未显示问题:1. 修改TabPage支持slot渲染;2. 修复DockLayout中showTitleBar属性设置

This commit is contained in:
zqm
2025-11-05 10:49:28 +08:00
parent 019139fa9f
commit 607616bf10
2 changed files with 13 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
:id="area.id"
:title="area.title"
v-model:WindowState="area.WindowState"
:showTitleBar="area.panels && area.panels.length === 1"
:showTitleBar="true"
:width="area.width"
:height="area.height"
:left="area.WindowState !== '最大化' ? area.x : undefined"