Showing
1 changed file
with
2 additions
and
2 deletions
@@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
60 | span: 12, | 60 | span: 12, |
61 | }, | 61 | }, |
62 | componentProps: { | 62 | componentProps: { |
63 | - maxLength: 255, | 63 | + maxLength: 64, |
64 | placeholder: '请输入邮件主题', | 64 | placeholder: '请输入邮件主题', |
65 | }, | 65 | }, |
66 | }, | 66 | }, |
@@ -72,7 +72,7 @@ | @@ -72,7 +72,7 @@ | ||
72 | colProps: { | 72 | colProps: { |
73 | span: 12, | 73 | span: 12, |
74 | }, | 74 | }, |
75 | - rules: [...emailRule, { required: true ,message:'主送人不能为空'}], | 75 | + rules: [...emailRule, { required: true, message: '主送人不能为空' }], |
76 | componentProps: { | 76 | componentProps: { |
77 | maxLength: 255, | 77 | maxLength: 255, |
78 | placeholder: '请输入主送', | 78 | placeholder: '请输入主送', |