front_foundation #5

Open
mohamed_maoulainine wants to merge 73 commits from front_foundation into main
2 changed files with 10 additions and 7 deletions
Showing only changes of commit 98b6d167e8 - Show all commits

View File

@ -11,7 +11,8 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import HeaderCanvas from '../components/canvas/HeaderCanvas.vue'; // @ts-ignore
import HeaderCanvas from "../components/canvas/HeaderCanvas.vue";
import LeanCanvas from '../components/canvas/LeanCanvas.vue'; import LeanCanvas from '../components/canvas/LeanCanvas.vue';
</script> </script>

View File

@ -15,11 +15,13 @@ import ErrorModal from "@/components/errorModal.vue";
</template> </template>
<style scoped> <style scoped>
.error-wrapper {
.error-wrapper{
position: absolute; position: absolute;
left: 70%; left: 70%;
//background-color: blue; /*background-color: blue;*/
height: 100%; height: 100%;
width: 30%; width: 30%;
} }
</style> </style>