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
+2 -2
View File
@@ -195,7 +195,7 @@ const LoginForm = () => {
/>
</Form.Item>
<Form.Item noStyle name="autoLogin" valuePropName="checked">
<Checkbox style={{ marginLeft: 5, marginBottom: 12 }}>
<Checkbox style={{ marginLeft: 5, marginBottom: 16 }}>
<span style={{ color: 'var(--ant-color-text-secondary)' }}>
{' '}
{intl.formatMessage({ id: 'common.login.rember' })}
@@ -206,7 +206,7 @@ const LoginForm = () => {
htmlType="submit"
type="primary"
block
style={{ height: '54px', fontSize: '16px' }}
style={{ height: '48px', fontSize: '14px' }}
>
{intl.formatMessage({ id: 'common.button.login' })}
</Button>
+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>