调整外部工具编辑器输入框宽度

main
sp mac bookpro 2605 2026-07-22 22:03:08 +08:00
parent 9c41dbbada
commit 866a1d6141
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ export default function ExternalToolEditor({ open, agentId, plugin, onClose, onS
className="flex-1 mb-0" className="flex-1 mb-0"
rules={[{ validator: validateTrimmedText('条件不能为空') }]} rules={[{ validator: validateTrimmedText('条件不能为空') }]}
> >
<Input placeholder="用户明确要求商品数据" /> <Input placeholder="用户明确要求商品数据" style={{ width: 400 }} />
</Form.Item> </Form.Item>
<Button <Button
danger danger