mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
chore: notes add form content holder
This commit is contained in:
@ -24,11 +24,11 @@ const ComponentUI: FC<Props> = ({
|
||||
<div
|
||||
className='relative flex h-8 w-full select-none items-center rounded-[8px] border-[1.5px] border-components-input-border-active bg-background-default-hover pl-1.5 pr-0.5'
|
||||
>
|
||||
<div className='absolute left-2.5 top-[-12px] '>
|
||||
<div className='absolute left-2.5 top-[-12px]'>
|
||||
<div className='absolute bottom-1 h-[1.5px] w-full bg-background-default-subtle'></div>
|
||||
<div className=' relative flex items-center space-x-0.5 text-text-accent-light-mode-only'>
|
||||
<div className='relative flex items-center space-x-0.5 px-1 text-text-accent-light-mode-only'>
|
||||
<VariableX className='size-3' />
|
||||
<div className='system-xs-medium'>notes</div>
|
||||
<div className='system-xs-medium'>{t('workflow.nodes.humanInput.editor.notes')}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user