更新角色权限弹窗宽高

This commit is contained in:
zjl 2024-12-14 13:09:48 +08:00
parent 3cf3aec2f5
commit 37c6502440

View File

@ -22,7 +22,7 @@
children-field="children"
cascade
virtual-scroll
style="height: 450px"
style="height: 600px"
:checked-keys="checkedKeys"
:expanded-keys="expandedKeys"
:indeterminate-keys="halfCheckedIds"
@ -80,7 +80,7 @@
const [modalRegister, { openModal, setSubLoading }] = useModal({
title: '分配权限',
subBtuText: '确定',
width: 600,
width: 400,
});
/**