重构布局结构:将布局控制从Area组件移到DockLayout组件,移除Area外层wrapper简化结构
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="dock-layout" ref="dockLayoutRef">
|
||||
<div class="dock-layout" ref="dockLayoutRef" style="display: flex; flex-direction: column; position: relative;">
|
||||
<!-- 主区域 -->
|
||||
<Area
|
||||
:WindowState="windowState"
|
||||
|
||||
Reference in New Issue
Block a user