fix: 合并问题修复

This commit is contained in:
jason
2025-06-09 17:01:35 +08:00
parent a2424e13d5
commit 50fdab86b3
3 changed files with 5 additions and 3 deletions

View File

@@ -391,7 +391,7 @@ defineExpose({ validate });
</div>
</Form.Item>
<Form.Item label="流程管理员" name="managerUserIds" class="mb-5">
<div class="flex flex-wrap gap-2">
<div class="flex flex-wrap gap-1">
<div
v-for="user in selectedManagerUsers"
:key="user.id"