This commit is contained in:
X1627315083
2026-01-19 14:44:45 +08:00
parent 4c25e4a5a3
commit 315254b6d5

View File

@@ -110,7 +110,7 @@
</ul> -->
</div>
<div class="designOpenrtion_pingpu" v-else>
<pingpu :list="printStyleList[type].overall" :width="sketchSize.width" :height="sketchSize.height" ref="pingpuRef" @change-canvas="updateCanvas"></pingpu>
<pingpu :width="sketchSize.width" :height="sketchSize.height" ref="pingpuRef" @change-canvas="updateCanvas"></pingpu>
</div>
</div>
</div>
@@ -872,6 +872,8 @@ export default defineComponent({
}
} else if (item.action === ACTIONS.SELECT) {
overallSetIndex(obj)
} else if(item.action === ACTIONS.DELETE){
navDelete(obj)
}
})
}