fix: model selector overlay (#5511)

This commit is contained in:
Archer
2025-08-20 21:58:13 +08:00
committed by GitHub
parent c7fd9308a3
commit e19eddf976
7 changed files with 49 additions and 37 deletions

View File

@@ -241,7 +241,7 @@ const HomeChatWindow = ({ myApps }: Props) => {
<>
{/* 模型选择 */}
{availableModels.length > 0 && (
<Box w="auto">
<Box w={[0, 'auto']} flex={['1 0 0', '0 0 auto']}>
<AIModelSelector
h={['30px', '36px']}
boxShadow={'none'}