mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
Beginning of new layout code.
Really basic 5 component setup.
This commit is contained in:
21
src/ui/components/layout/MctMain.vue
Normal file
21
src/ui/components/layout/MctMain.vue
Normal file
@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="MCT_Main">I'm the main region</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.MCT_Main {
|
||||
position: absolute;
|
||||
right: 100px;
|
||||
top: 0px;
|
||||
bottom: 20px;
|
||||
left: 100px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user