mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: align width and use rounded xl
This commit is contained in:
@ -188,7 +188,6 @@ export const CreateSubscriptionButton = ({ buttonType = CreateButtonType.FULL_BU
|
||||
}}
|
||||
triggerClassName='h-8'
|
||||
popupClassName={cn('z-[1000]')}
|
||||
popupInnerClassName={cn('w-[354px]')}
|
||||
value={methodType}
|
||||
items={allOptions.filter(option => option.show)}
|
||||
onSelect={item => onChooseCreateType(item.value as any)}
|
||||
|
||||
Reference in New Issue
Block a user