Fix the margin for the rerank switch in retrieval setting (#9124)

This commit is contained in:
Yi Xiao 2024-10-09 18:26:38 +08:00 committed by GitHub
parent ec0aa32cd4
commit cbd3ffe056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,7 +243,7 @@ const ConfigContent: FC<Props> = ({
/> />
) )
} }
<div className='leading-[32px] text-text-secondary system-sm-semibold'>{t('common.modelProvider.rerankModel.key')}</div> <div className='leading-[32px] ml-1 text-text-secondary system-sm-semibold'>{t('common.modelProvider.rerankModel.key')}</div>
<Tooltip <Tooltip
popupContent={ popupContent={
<div className="w-[200px]"> <div className="w-[200px]">