fix: minor bugs on views

This commit is contained in:
Mohamed Maoulainine Maoulainine 2025-03-24 12:34:17 +01:00
parent 0f8c83c2e2
commit 98b6d167e8
2 changed files with 10 additions and 7 deletions

View File

@ -11,7 +11,8 @@
</template>
<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';
</script>

View File

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