调整外部工具编辑器输入框宽度
parent
9c41dbbada
commit
866a1d6141
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue