style: 修改小象位置

This commit is contained in:
2026-03-31 16:14:39 +08:00
parent cfa9358e36
commit 1f7de4d6d2
2 changed files with 2 additions and 2 deletions

View File

@@ -62,6 +62,7 @@
<threeModel :currentData="currentData" />
</template>
</baseModal>
<Assistant />
</template>
<script setup lang="ts">
@@ -69,6 +70,7 @@
import { computed, ref, watch, onMounted, nextTick, provide, onBeforeUnmount } from 'vue'
import { useLayout } from '@/utils/treeDiagram'
import { NODE_TYPE, NODE_COMPONENT } from './tools/index.d'
import Assistant from '@/components/Assistant/assistant.vue'
// 组件
import headerTools from './components/header-tools.vue'
import zoom from '../components/zoom.vue'