1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

style: lint

This commit is contained in:
zclzone 2024-06-06 18:11:10 +08:00
parent 6b060291bb
commit 54c134c879
2 changed files with 5 additions and 4 deletions

View File

@ -28,8 +28,8 @@
:on-update:selected-keys="onSelect"
key-field="code"
label-field="name"
block-line default-expand-all
default-expand-all
block-line
/>
</n-space>

View File

@ -74,8 +74,9 @@
:data="permissionTree"
:checked-keys="modalForm.permissionIds"
:on-update:checked-keys="(keys) => (modalForm.permissionIds = keys)"
default-expand-all checkable check-on-click
checkable
check-on-click
default-expand-all
class="cus-scroll max-h-200 w-full"
/>
</n-form-item>