调整画布添加图片按钮样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user