mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 11:35:58 +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}
|
onSelect={handleChange}
|
||||||
className='!text-[13px]'
|
className='!text-[13px]'
|
||||||
placeholder={t('workflow.nodes.listFilter.selectVariableKeyPlaceholder')!}
|
placeholder={t('workflow.nodes.listFilter.selectVariableKeyPlaceholder')!}
|
||||||
optionClassName='pl-4 pr-5 py-0'
|
optionClassName='pl-1 pr-5 py-0'
|
||||||
renderOption={renderOption}
|
renderOption={renderOption}
|
||||||
renderTrigger={item => (
|
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'>
|
<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