front_foundation #13

Merged
piair merged 188 commits from front_foundation into main 2025-05-14 09:08:33 +02:00
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>
<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;
/*background-color: blue;*/
height: 100%;
width: 30%;
}
</style>