|
|
@@ -55,11 +55,11 @@ export const DeptUserTable = ({
|
|
|
if (info.length === 0)
|
|
|
return <span className="text-(--ant-color-text-quaternary) text-xs">无</span>;
|
|
|
return (
|
|
|
- <div className="flex flex-col gap-2">
|
|
|
+ <div className="flex flex-col gap-1">
|
|
|
{info.map((p) => (
|
|
|
<div
|
|
|
key={p.productName}
|
|
|
- className="flex flex-row gap-1 rounded border border-dashed border-(--ant-color-border) bg-(--ant-color-fill-quaternary) px-2 py-2"
|
|
|
+ className="inline-flex flex-row gap-1 rounded border border-dashed border-(--ant-color-border) bg-(--ant-color-fill-quaternary) px-2 py-2 self-start"
|
|
|
>
|
|
|
<Tag color="purple" className="mr-0 self-center">
|
|
|
{p.productName}
|