mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
fix: input number width & default value for child delimiter
This commit is contained in:
@@ -59,7 +59,7 @@ const ParamItem: FC<Props> = ({ className, id, name, noTooltip, tip, step = 0.1,
|
||||
onChange={(value) => {
|
||||
onChange(id, value)
|
||||
}}
|
||||
className='w-8'
|
||||
className='w-[72px]'
|
||||
/>
|
||||
</div>
|
||||
<div className="flex items-center h-7 grow">
|
||||
|
||||
@@ -121,7 +121,7 @@ const defaultParentChildConfig: ParentChildConfig = {
|
||||
maxLength: 500,
|
||||
},
|
||||
child: {
|
||||
delimiter: '\\n\\n',
|
||||
delimiter: '\\n',
|
||||
maxLength: 200,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user