画布打开发布界面复制不能再把图片元素复制到画布上

This commit is contained in:
X1627315083
2026-01-29 15:43:27 +08:00
parent 8da66d54c0
commit ec4ae4a259
2 changed files with 3 additions and 1 deletions

View File

@@ -663,6 +663,8 @@ export default defineComponent({
:deep(.moveable-control){
width: 1.4rem;
height: 1.4rem;
margin-top: -.7rem;
margin-left: -.7rem;
border-radius: 0;
background-color: #44aaff;
border: 2px solid #44aaff;

View File

@@ -56,7 +56,7 @@
@changeCanvas="changeCanvas"
@trigger-library="triggerLibrary"
:canvasJSON="canvasJSON"
:hideCanvas="hideCanvas || key"
:hideCanvas="hideCanvas || !key"
ref="editCanvas">
<template #existsImageList>
<ExistsImageList :list="canvasSelectList" @select="handleImageSelect" />