diff --git a/web/app/components/base/select/index.tsx b/web/app/components/base/select/index.tsx index 385c5a53e0..2da3a0abe8 100644 --- a/web/app/components/base/select/index.tsx +++ b/web/app/components/base/select/index.tsx @@ -349,6 +349,7 @@ const PortalSelect: FC = ({ onOpenChange={setOpen} placement='bottom-start' offset={4} + triggerPopupSameWidth={true} > !readonly && setOpen(v => !v)} className='w-full'> {renderTrigger @@ -376,7 +377,7 @@ const PortalSelect: FC = ({
{items.map((item: Item) => (
option.show)} onSelect={item => onChooseCreateType(item.value as any)}