fix: tooltip size sets improperly (#7836)

This commit is contained in:
Yi Xiao
2024-08-30 18:13:54 +08:00
committed by GitHub
parent ceb2b150ff
commit 62bfc4dba6
3 changed files with 7 additions and 10 deletions

View File

@@ -191,7 +191,7 @@ const RetrievalParamConfig: FC<Props> = ({
<div className='truncate'>{option.label}</div>
<Tooltip
popupContent={<div className='w-[200px]'>{option.tips}</div>}
triggerClassName='ml-0.5 w-3.5 h-4.5'
triggerClassName='ml-0.5 w-3.5 h-3.5'
/>
</div>
))