|
|
|
@ -45,7 +45,9 @@ onMounted(reload);
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<Skeleton :loading="showTreeSkeleton" :paragraph="{ rows: 8 }" active>
|
|
|
|
<Skeleton :loading="showTreeSkeleton" :paragraph="{ rows: 8 }" active>
|
|
|
|
<div class="bg-background flex h-fit flex-col rounded-lg p-[8px]">
|
|
|
|
<div
|
|
|
|
|
|
|
|
class="bg-background flex h-full flex-col overflow-y-auto rounded-lg p-[8px]"
|
|
|
|
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<InputSearch
|
|
|
|
<InputSearch
|
|
|
|
v-model:value="searchValue"
|
|
|
|
v-model:value="searchValue"
|
|
|
|
|