Skip to content

Commit

Permalink
Merge pull request #60 from OVINC-CN/style_model_icon
Browse files Browse the repository at this point in the history
style(model): display raw icon instead of circle icon
  • Loading branch information
OrenZhang authored Jan 10, 2025
2 parents a827eae + a4a93b5 commit 4362795
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ defineExpose({reGenerate, promptForm});
:size="18"
:image-url="item.icon || '/favicon.ico'"
object-fit="cover"
shape="square"
/>
</div>
{{ item.name }}
Expand Down Expand Up @@ -849,7 +850,10 @@ defineExpose({reGenerate, promptForm});
width: 20px;
align-items: center;
justify-content: center;
border-radius: 20px;
overflow: hidden;
}
.model-select-model-detail-space :deep(.arco-avatar) .arco-avatar-image {
border-radius: unset;
overflow: unset;
}
</style>

0 comments on commit 4362795

Please sign in to comment.