fix: correct form column number

This commit is contained in:
JustSong
2023-05-12 11:35:16 +08:00
parent c6fc56281f
commit 5a6f834606
+1 -1
View File
@@ -257,7 +257,7 @@ const SystemSetting = () => {
配置 SMTP
<Header.Subheader>用以支持系统的邮件发送</Header.Subheader>
</Header>
<Form.Group widths={3}>
<Form.Group widths={4}>
<Form.Input
label='SMTP 服务器地址'
name='SMTPServer'