fix(user): 对话框宽度被固定为800px了。
This commit is contained in:
@@ -771,7 +771,7 @@ onMounted(async () => {
|
|||||||
preset="lg"
|
preset="lg"
|
||||||
:show-footer="false"
|
:show-footer="false"
|
||||||
max-body-height="70vh"
|
max-body-height="70vh"
|
||||||
style="width: 800px"
|
style="width: 801px"
|
||||||
>
|
>
|
||||||
<UserManagementRelation :from-user-index="true" :dept-id="currentDeptId" :org-type="currentDept?.orgType" />
|
<UserManagementRelation :from-user-index="true" :dept-id="currentDeptId" :org-type="currentDept?.orgType" />
|
||||||
</BusinessFormDialog>
|
</BusinessFormDialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user