Parcourir la source

fix: correct form column number

JustSong il y a 2 ans
Parent
commit
5a6f834606
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/src/components/SystemSetting.js

+ 1 - 1
web/src/components/SystemSetting.js

@@ -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'