退出与黑名单

This commit is contained in:
孙景学
2025-07-17 13:37:43 +08:00
parent e848721f3a
commit 8e921b73d4
7 changed files with 213 additions and 131 deletions

View File

@ -46,7 +46,7 @@ const AccessDepartmentSelect: React.FC<AccessDepartmentSelectProps> = ({
disabled={disabled}
treeData={buildTree(userOrgAll)}
allowClear
style={{ width: '100%' }}
style={{ width: '160px' }}
showSearch
/>
);