diff --git a/src/pages/llmodels/components/model-item.tsx b/src/pages/llmodels/components/model-item.tsx index d21ac2e8..c59395f6 100644 --- a/src/pages/llmodels/components/model-item.tsx +++ b/src/pages/llmodels/components/model-item.tsx @@ -1,4 +1,5 @@ import { + IconFont, StatusTag, TagsWrapper, TemplateCard, @@ -85,8 +86,8 @@ const ModelItemContent = styled.div` `; const ModelLogo = styled.img` - width: 24px; - height: 24px; + width: 32px; + height: 32px; border-radius: 4px; object-fit: contain; flex: none; @@ -192,7 +193,7 @@ const ModelItem: React.FC<{ onClick={handleCardClick} header={
- + {model.name} @@ -251,11 +252,20 @@ const ModelItem: React.FC<{ {[MyModelsStatusValueMap.Active].includes(model.status) && ( )}