Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
zhangyh
2025-09-17 16:10:37 +08:00
11 changed files with 49 additions and 20 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">
@@ -1463,6 +1463,7 @@ export default defineComponent({
}
> img{
width: 2.7rem;
cursor: pointer;
}
> svg{
cursor: pointer;