修复依赖设置样式

This commit is contained in:
whyour 2024-01-02 22:07:12 +08:00
parent 201f41e15b
commit 792cf9ad20

View File

@ -100,7 +100,7 @@ const Dependence = () => {
return (
<div className="dependence-config-wrapper">
<Form layout="vertical" form={form}>
<Form layout="vertical" form={form} style={{ flexShrink: 0 }}>
<Form.Item
label={intl.get('代理')}
name="proxy"