画布选择图片改为多选

This commit is contained in:
X1627315083
2025-09-17 14:01:58 +08:00
parent 1183460db4
commit 5b163af1ff
11 changed files with 50 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
<div class="left">
<div class="title">
<!-- <span>AiDA</span> -->
<img src="@/assets/images/homePage/aidaIcon.png" alt="">
<img src="@/assets/images/homePage/aidaIcon.png" alt="" @click="()=>$router.push('/home')">
<svg @click="()=>leftShow=!leftShow" class="leftShowOrHide" xmlns="http://www.w3.org/2000/svg" width="2rem" height="2rem" fill="currentColor" viewBox="0 0 24 24" data-v-1c7326d6=""><path fill-rule="evenodd" d="M6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2V5H6Zm4 0v14h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-8ZM3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Z" clip-rule="evenodd" data-v-1c7326d6=""></path></svg>
</div>
<div class="newObj" @click="newProject">
@@ -1437,6 +1437,7 @@ export default defineComponent({
}
> img{
width: 2.7rem;
cursor: pointer;
}
> svg{
cursor: pointer;