Compare commits
3 Commits
5b9c7e781b
...
3cd91b01e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cd91b01e1 | |||
| 174d352280 | |||
| 0fca2f8c0d |
@@ -771,6 +771,7 @@ onMounted(async () => {
|
|||||||
preset="lg"
|
preset="lg"
|
||||||
:show-footer="false"
|
:show-footer="false"
|
||||||
max-body-height="70vh"
|
max-body-height="70vh"
|
||||||
|
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>
|
||||||
@@ -783,9 +784,4 @@ onMounted(async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 管理链路对话框内的搜索框样式优化
|
|
||||||
:deep(.business-form-dialog) {
|
|
||||||
width: 800px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user