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

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

@@ -174,6 +174,7 @@ const handleImageError = (event) => {
//提交选中的T图片
const confirm = ()=>{
selectList.value = []
emits("select", selectList.value);
showPanel.value = false;
}
@@ -482,6 +483,10 @@ const confirm = ()=>{
justify-content: space-between;
align-items: center;
flex-shrink: 0;
> .image-submit{
font-size: 1.2rem;
line-height: 4rem;
}
}
.image-count {

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>