调整画布添加图片按钮样式

This commit is contained in:
X1627315083
2025-09-26 15:18:26 +08:00
parent 2d63a48526
commit 3e1054a4c7
11 changed files with 69 additions and 58 deletions

View File

@@ -176,6 +176,10 @@ const canvasInit = () => {
// });
};
const frontBackChange =(value)=>{
console.log(value)
}
const isShowLeft = ref(true);
</script>
@@ -195,6 +199,7 @@ const isShowLeft = ref(true);
<RedGreenModeExample
v-if="currentView === 'redGreenExample'"
key="redGreenExample"
@trigger-red-green-mouseup="frontBackChange"
>
</RedGreenModeExample>