fix: minor bugs on views
This commit is contained in:
parent
0f8c83c2e2
commit
98b6d167e8
@ -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>
|
||||||
|
|
@ -15,11 +15,13 @@ import ErrorModal from "@/components/errorModal.vue";
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.error-wrapper {
|
|
||||||
position: absolute;
|
.error-wrapper{
|
||||||
left: 70%;
|
position: absolute;
|
||||||
//background-color: blue;
|
left: 70%;
|
||||||
height: 100%;
|
/*background-color: blue;*/
|
||||||
width: 30%;
|
height: 100%;
|
||||||
|
width: 30%;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user