style: textarea max rows

This commit is contained in:
jialin
2026-01-15 11:17:05 +08:00
parent b1cb4bbe32
commit 0d8333eac6
5 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const BasicForm: React.FC<AddModalProps> = ({ action, currentData }) => {
'vllm serve {{model_path}} --port {{port}} --host {{worker_ip}} --served-model-name {{model_name}}'
}
)}
autoSize={{ minRows: 2, maxRows: 4 }}
autoSize={{ minRows: 2, maxRows: 5 }}
label={intl.formatMessage({
id: 'backend.form.defaultExecuteCommand'
})}