mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 13:39:09 +08:00
chore: question classify
This commit is contained in:
parent
34691ca6c9
commit
5117e08def
@ -13,11 +13,11 @@ const InfoPanel: FC<Props> = ({
|
|||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div className='px-[5px] py-[3px] bg-gray-100 rounded-md'>
|
<div className='px-[5px] py-[3px] bg-workflow-block-parma-bg rounded-md'>
|
||||||
<div className='leading-4 text-[10px] font-medium text-gray-500 uppercase'>
|
<div className='text-text-secondary system-2xs-semibold-uppercase uppercase'>
|
||||||
{title}
|
{title}
|
||||||
</div>
|
</div>
|
||||||
<div className='leading-4 text-xs font-normal text-gray-700 break-words'>
|
<div className='text-text-tertiary system-xs-regular break-words'>
|
||||||
{content}
|
{content}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user