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"

View File

@@ -170,7 +170,9 @@ async function handleCategorySortSubmit() {
<Dropdown class="ml-2" placement="bottomRight" arrow>
<Button>
<template #icon>
<IconifyIcon icon="lucide:settings" />
<div class="flex items-center justify-center">
<IconifyIcon icon="lucide:settings" />
</div>
</template>
</Button>
<template #overlay>