From 04368720937ef50638f3445f06751efb566fd7d3 Mon Sep 17 00:00:00 2001 From: jialin Date: Thu, 9 Jul 2026 17:55:28 +0800 Subject: [PATCH] style(user-models): larger logo, restyle playground button on card --- src/pages/llmodels/components/model-item.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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) && ( )}