Skip to content

Commit

Permalink
fix: correct form column number
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed May 12, 2023
1 parent c6fc562 commit 5a6f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/SystemSetting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5a6f834

Please sign in to comment.