统一外部工具编辑器输入框宽度
parent
866a1d6141
commit
be0dae0719
|
|
@ -361,7 +361,7 @@ export default function ExternalToolEditor({ open, agentId, plugin, onClose, onS
|
|||
className="flex-1 mb-0"
|
||||
rules={[{ validator: validateTrimmedText('条件不能为空') }]}
|
||||
>
|
||||
<Input placeholder="用户明确要求商品数据" style={{ width: 400 }} />
|
||||
<Input placeholder="用户明确要求商品数据" style={{ width: 600 }} />
|
||||
</Form.Item>
|
||||
<Button
|
||||
danger
|
||||
|
|
@ -395,7 +395,7 @@ export default function ExternalToolEditor({ open, agentId, plugin, onClose, onS
|
|||
className="flex-1 mb-0"
|
||||
rules={[{ validator: validateTrimmedText('条件不能为空') }]}
|
||||
>
|
||||
<Input placeholder="当前问题只需要其他维度数据" />
|
||||
<Input placeholder="当前问题只需要其他维度数据" style={{ width: 600 }} />
|
||||
</Form.Item>
|
||||
<Button danger type="text" icon={<MinusCircleOutlined />} onClick={() => removeDoNotUseWhen(routingField.name)} />
|
||||
</Space>
|
||||
|
|
|
|||
Loading…
Reference in New Issue