提交 9c1754d8 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 f6bdb639
...@@ -2,7 +2,32 @@ ...@@ -2,7 +2,32 @@
<template> <template>
<div class="app-view-layout" style="height: '100%'; width: '100%';'display': 'flex'; 'flex-direction': 'column';"> <div class="app-view-layout" style="height: '100%'; width: '100%';'display': 'flex'; 'flex-direction': 'column';">
<span>容器</span> <app-scroll-container>
<template #CENTER>
<app-scroll-container>
<template #CENTER>
<span>部件占位</span>
</template>
<template #CENTER>
<span>部件占位</span>
</template>
</app-scroll-container>
</template>
<template #WEST>
<app-scroll-container>
<template #CENTER>
<span>部件占位</span>
</template>
</app-scroll-container>
</template>
<template #NORTH>
<app-scroll-container>
<template #CENTER>
</template>
</app-scroll-container>
</template>
</app-scroll-container>
</div> </div>
</template> </template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册