mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore(web): new lint setup (#30020)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -11,12 +11,12 @@ export const ToolTipContent: FC<ToolTipContentProps> = ({
|
||||
children,
|
||||
}) => {
|
||||
return (
|
||||
<div className='w-[180px]'>
|
||||
<div className="w-[180px]">
|
||||
{title && (
|
||||
<div className='mb-1.5 font-semibold text-text-secondary'>{title}</div>
|
||||
<div className="mb-1.5 font-semibold text-text-secondary">{title}</div>
|
||||
)}
|
||||
<div className='mb-1.5 text-text-tertiary'>{children}</div>
|
||||
{action && <div className='cursor-pointer text-text-accent'>{action}</div>}
|
||||
<div className="mb-1.5 text-text-tertiary">{children}</div>
|
||||
{action && <div className="cursor-pointer text-text-accent">{action}</div>}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user