mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 18:15:55 +08:00
fix: tiny select ui
This commit is contained in:
parent
87e560de8a
commit
d01e97c1fc
@ -49,7 +49,7 @@ const SubVariablePicker: FC<Props> = ({
|
||||
onSelect={handleChange}
|
||||
className='!text-[13px]'
|
||||
placeholder={t('workflow.nodes.listFilter.selectVariableKeyPlaceholder')!}
|
||||
optionClassName='pl-4 pr-5 py-0'
|
||||
optionClassName='pl-1 pr-5 py-0'
|
||||
renderOption={renderOption}
|
||||
renderTrigger={item => (
|
||||
<div className='group/sub-variable-picker flex items-center h-8 pl-1 rounded-lg bg-components-input-bg-normal hover:bg-state-base-hover-alt'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user