mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
fix: search ui broken in explore page
This commit is contained in:
@ -35,7 +35,7 @@ const SearchBox = ({
|
||||
className='z-[11] flex items-center'
|
||||
>
|
||||
<div className={
|
||||
cn('flex grow items-center',
|
||||
cn('flex items-center',
|
||||
size === 'large' && 'rounded-xl border border-components-chat-input-border bg-components-panel-bg-blur p-1.5 shadow-md',
|
||||
size === 'small' && 'rounded-lg bg-components-input-bg-normal p-0.5',
|
||||
inputClassName,
|
||||
|
||||
@ -153,6 +153,7 @@ const NodeSelector: FC<NodeSelectorProps> = ({
|
||||
onTagsChange={setTags}
|
||||
size='small'
|
||||
placeholder={t('plugin.searchTools')!}
|
||||
inputClassName='grow'
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user