chore: tree full content
This commit is contained in:
parent
846bab7b7e
commit
6cdcc8cbca
@ -141,7 +141,6 @@ function handleMultiDelete() {
|
||||
<Page :auto-content-height="true" content-class="flex gap-[8px]">
|
||||
<DeptTree
|
||||
v-model:select-dept-id="selectDeptId"
|
||||
:height="360"
|
||||
class="w-[260px]"
|
||||
@select="() => tableApi.query()"
|
||||
/>
|
||||
|
@ -45,7 +45,9 @@ onMounted(reload);
|
||||
|
||||
<template>
|
||||
<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>
|
||||
<InputSearch
|
||||
v-model:value="searchValue"
|
||||
|
@ -196,7 +196,6 @@ function handleResetPwd(record: Recordable<any>) {
|
||||
<div class="flex h-full gap-[8px]">
|
||||
<DeptTree
|
||||
v-model:select-dept-id="selectDeptId"
|
||||
:height="360"
|
||||
class="w-[260px]"
|
||||
@select="() => tableApi.query()"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user