fix(user): 对话框宽度被固定为800px了。

This commit is contained in:
dk
2026-04-28 15:39:10 +08:00
parent 4122dfa50d
commit 0fca2f8c0d

View File

@@ -771,6 +771,7 @@ onMounted(async () => {
preset="lg"
:show-footer="false"
max-body-height="70vh"
style="width: 800px"
>
<UserManagementRelation :from-user-index="true" :dept-id="currentDeptId" :org-type="currentDept?.orgType" />
</BusinessFormDialog>
@@ -783,9 +784,4 @@ onMounted(async () => {
display: flex;
flex-direction: column;
}
// 管理链路对话框内的搜索框样式优化
:deep(.business-form-dialog) {
width: 800px;
}
</style>