fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent b60843d3ed
commit f4df648e5a
70 changed files with 136 additions and 155 deletions
@@ -2,7 +2,7 @@
<n-layout has-sider sider-placement="right">
<n-layout-content>
<!-- 图表拖拽区域 -->
<ContentEdit></ContentEdit>
<content-edit></content-edit>
</n-layout-content>
<n-layout-sider
collapse-mode="transform"
@@ -14,7 +14,7 @@
@collapse="collapsedHindle"
@expand="expandHindle"
>
<ContentBox
<content-box
class="go-content-layers go-boderbox"
:showTop="false"
:depth="2"
@@ -70,7 +70,7 @@
<component :is="item.render"></component>
</n-tab-pane>
</n-tabs>
</ContentBox>
</content-box>
</n-layout-sider>
</n-layout>
</template>