Fix: Modify the personal center style #10703 (#11347)

### What problem does this PR solve?

Fix: Modify the personal center style

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-18 20:07:17 +08:00
committed by GitHub
parent 8cd4882596
commit 50bc53a1f5
19 changed files with 79 additions and 68 deletions

View File

@ -61,9 +61,10 @@ function buildLlmOptionsWithIcon(x: IThirdOAIModel) {
<div className="flex items-center justify-center gap-6">
<LlmIcon
name={getLLMIconName(x.fid, x.llm_name)}
width={26}
height={26}
width={24}
height={24}
size={'small'}
imgClass="size-6"
/>
<span>{getRealModelName(x.llm_name)}</span>
</div>