refactor: add go inside/outside

This commit is contained in:
Net 2024-07-18 15:04:58 +07:00
parent 54927337eb
commit bd2b327313

View file

@ -603,12 +603,12 @@ watch(locale, () => {
children-key="branch" children-key="branch"
v-model:expanded="expandedTree" v-model:expanded="expandedTree"
color="info" color="info"
selected-color="primary"
style="color: var(--foreground)" style="color: var(--foreground)"
> >
<template #default-header="{ node }"> <template #default-header="{ node }">
<div class="column full-width">
<div <div
class="row col items-center justify-between full-width no-wrap" class="column full-width"
@click.stop=" @click.stop="
() => { () => {
if ( if (
@ -648,6 +648,9 @@ watch(locale, () => {
} }
} }
" "
>
<div
class="row col items-center justify-between full-width no-wrap"
> >
<span>{{ node.name }}</span> <span>{{ node.name }}</span>
<div <div