style: add worker content

This commit is contained in:
jialin
2024-07-22 16:29:28 +08:00
parent f462e11ae2
commit 9c9b35ff9b
9 changed files with 26 additions and 34 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ const PasswordForm: React.FC = () => {
htmlType="submit"
type="primary"
block
style={{ height: '54px', fontSize: '16px', marginTop: 10 }}
style={{ height: '48px', fontSize: '14px', marginTop: 10 }}
>
{intl.formatMessage({ id: 'common.button.submit' })}
</Button>