style: source icon in model result list

This commit is contained in:
jialin
2025-07-03 11:38:19 +08:00
parent 8ac06259f5
commit e3d91f1cc7
3 changed files with 12 additions and 9 deletions
@@ -398,7 +398,7 @@ const HFModelFile: React.FC<HFModelFileProps> = forwardRef((props, ref) => {
{dataSource.loading ? (
<ItemFileWrapper>
{_.times(5, (index: number) => {
return <FileSkeleton key={index} counts={3}></FileSkeleton>;
return <FileSkeleton key={index} counts={2}></FileSkeleton>;
})}
</ItemFileWrapper>
) : dataSource.fileList.length ? (