mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-30 15:59:09 +08:00
style(AgentAdvanceSettings): adjust width styling for maxTurns input
This commit is contained in:
parent
0a80fc5517
commit
1f1086ed7b
@ -64,7 +64,7 @@ export const AgentAdvanceSettings: React.FC<AgentAdvanceSettingsProps> = ({ agen
|
||||
}>
|
||||
{t('agent.settings.advance.maxTurns.label')}
|
||||
</SettingsTitle>
|
||||
<div className="flex max-w-md flex-col gap-2">
|
||||
<div className="flex w-full flex-col gap-2">
|
||||
<Input
|
||||
type="number"
|
||||
min={1}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user