字体新增修改样式

This commit is contained in:
X1627315083@163.com
2026-03-25 16:52:59 +08:00
parent 61b18d67f4
commit 7991cd3879
9 changed files with 198 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import Tree from './tree/index.vue'
import { findAndAddChild, findAndRemoveChild } from '../../../../../utils/treeDiagram'
import { useProjectStore } from '@/stores'
import { versionTree } from '@/api/versitonTree'
import { downloadImage } from '@/components/Canvas/tools/tools'
const props = defineProps({
versionTreeData: {
@@ -138,7 +139,7 @@ const {} = toRefs(data)
</div>
</div>
<div class="expandBtnBox" v-if="versionsList.length > 0">
<div class="btn" @click="openTree(true)">
<div class="btn" v-if="selectItem.url" @click="downloadImage(selectItem.url,'image.png')">
<div class="versionExport">
<SvgIcon name="versionExport" size="17" color="rgba(0, 0, 0, 0.6)" />
</div>