更新角色权限弹窗宽高
This commit is contained in:
parent
3cf3aec2f5
commit
37c6502440
@ -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,
|
||||
});
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user