画布选择图片改为多选
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user