mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-29 01:15:28 +08:00
fix: model selector overlay (#5511)
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user