在tabpage的标签为top时显示区域标题栏
This commit is contained in:
@@ -91,7 +91,11 @@
|
||||
<Render
|
||||
v-if="activeChild"
|
||||
:type="activeChild.type"
|
||||
:config="activeChild"
|
||||
:config="{
|
||||
...activeChild,
|
||||
// 传递tabPosition信息给子组件
|
||||
_tabPosition: adjustedTabPosition
|
||||
}"
|
||||
style="width: 100%; height: 100%;"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user