style: adjust providers style

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 6fd886b27a
commit 51bab71291
18 changed files with 197 additions and 130 deletions
@@ -45,7 +45,7 @@ const AdvanceConfig: React.FC<{
</Form.Item>
<YamlEditor
ref={editorRef}
title={'Custom Config (YAML)'}
title={`${intl.formatMessage({ id: 'providers.form.customConfig' })} (YAML)`}
value={fileContent}
height={300}
onUpload={(content) => {