mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: label ui
This commit is contained in:
@ -174,7 +174,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
|||||||
<HelpCircle className='w-3.5 h-3.5 text-gray-400' />
|
<HelpCircle className='w-3.5 h-3.5 text-gray-400' />
|
||||||
</TooltipPlus>
|
</TooltipPlus>
|
||||||
</div>
|
</div>
|
||||||
<div className='h-[18px] leading-[18px] px-1 rounded-[5px] border border-black/8 text-xs font-semibold text-gray-500 uppercase'>{t('workflow.nodes.common.memories.builtIn')}</div>
|
<div className='flex items-center h-[18px] px-1 rounded-[5px] border border-black/8 text-xs font-semibold text-gray-500 uppercase'>{t('workflow.nodes.common.memories.builtIn')}</div>
|
||||||
</div>
|
</div>
|
||||||
{/* Readonly User Query */}
|
{/* Readonly User Query */}
|
||||||
<div className='mt-4'>
|
<div className='mt-4'>
|
||||||
|
|||||||
Reference in New Issue
Block a user