refactor: add go inside/outside
This commit is contained in:
parent
54927337eb
commit
bd2b327313
1 changed files with 43 additions and 40 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue