forked from verdnatura/salix-front
Move container card to parent view
This commit is contained in:
parent
b4331ab2d2
commit
d9e6baf7e3
|
@ -4,6 +4,8 @@ import ZoneLocationsTree from './ZoneLocationsTree.vue';
|
|||
|
||||
<template>
|
||||
<QPage class="column items-center q-pa-md">
|
||||
<QCard class="full-width q-pa-md" style="max-width: 800px">
|
||||
<ZoneLocationsTree />
|
||||
</QCard>
|
||||
</QPage>
|
||||
</template>
|
||||
|
|
|
@ -144,7 +144,6 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<QCard class="full-width" style="max-width: 800px">
|
||||
<QTree
|
||||
ref="treeRef"
|
||||
:nodes="nodes"
|
||||
|
@ -179,7 +178,6 @@ onMounted(async () => {
|
|||
</div>
|
||||
</template>
|
||||
</QTree>
|
||||
</QCard>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
Loading…
Reference in New Issue