From 26e76775951a93ff50b2d5d7a8ec6cbe9c92791f Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Thu, 18 Sep 2025 12:08:21 +0800 Subject: [PATCH] fix: align width and use rounded xl --- web/app/components/base/select/index.tsx | 3 ++- .../plugin-detail-panel/subscription-list/create/index.tsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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)}