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:
19
src/ui/components/layout/MctTree.vue
Normal file
19
src/ui/components/layout/MctTree.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="MCT_Tree">I'm a tree</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.MCT_Tree {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
bottom: 20px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user