diff --git a/src/pages/Zone/Card/ZoneLocations.vue b/src/pages/Zone/Card/ZoneLocations.vue index e04442080..7e9a3f23c 100644 --- a/src/pages/Zone/Card/ZoneLocations.vue +++ b/src/pages/Zone/Card/ZoneLocations.vue @@ -4,6 +4,8 @@ import ZoneLocationsTree from './ZoneLocationsTree.vue'; - + + + diff --git a/src/pages/Zone/Card/ZoneLocationsTree.vue b/src/pages/Zone/Card/ZoneLocationsTree.vue index 3057c5dff..0bc141efa 100644 --- a/src/pages/Zone/Card/ZoneLocationsTree.vue +++ b/src/pages/Zone/Card/ZoneLocationsTree.vue @@ -144,42 +144,40 @@ onMounted(async () => { - - - - - {{ node.name }} - onSelected($event, node)" - toggle-indeterminate - color="transparent" - :class="[ - 'checkbox', - node.selected - ? '--checked' - : node.selected == false - ? '--unchecked' - : '--indeterminate', - ]" - /> - - - - + + + + {{ node.name }} + onSelected($event, node)" + toggle-indeterminate + color="transparent" + :class="[ + 'checkbox', + node.selected + ? '--checked' + : node.selected == false + ? '--unchecked' + : '--indeterminate', + ]" + /> + + +