fix: auto check parent after node selected (#5794)

This commit is contained in:
Netfan
2025-03-27 14:22:05 +08:00
committed by GitHub
parent 0b650367f3
commit 870cd86393
3 changed files with 207 additions and 118 deletions

View File

@@ -98,7 +98,7 @@ function getNodeClass(node: Recordable<any>) {
<Drawer :title="getDrawerTitle">
<Form>
<template #permissions="slotProps">
<Spin :spinning="loadingPermissions">
<Spin :spinning="loadingPermissions" wrapper-class-name="w-full">
<VbenTree
:tree-data="permissions"
multiple