Fix: Due to the reference to tailwindcss, the height attribute setting of the image is invalid, resulting in an uneven model list #5339 (#5340)

### What problem does this PR solve?

Fix: Due to the reference to tailwindcss, the height attribute setting
of the image is invalid, resulting in an uneven model list #5339

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-02-25 17:52:31 +08:00
committed by GitHub
parent 955801db2e
commit f789463982
3 changed files with 21 additions and 6 deletions

View File

@ -330,7 +330,7 @@ const UserSettingModel = () => {
}
>
<Flex vertical gap={'middle'}>
<LlmIcon name={item.name} />
<LlmIcon name={item.name} imgClass="h-12 w-auto" />
<Flex vertical gap={'middle'}>
<b>
<Text ellipsis={{ tooltip: item.name }}>{item.name}</Text>