Commit ae0c378f authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'v2-220418' into 'v2-220418'

style: 登录页面输入框字体大小样式修改 See merge request linkseeks-design/pro-platform!468
parents 5471bfd0 f9270d3e
......@@ -81,7 +81,7 @@ const LoginWrap: React.FC = () => {
]
}
>
<Input className={styles.loginInput} prefix={<UserOutlined />} placeholder={intl.formatMessage({ id: 'user.yonghumingshoujihao' })} size='large' />
<Input className={styles.loginInput} prefix={<UserOutlined />} placeholder={intl.formatMessage({ id: 'user.yonghumingshoujihao' })} />
</Form.Item>
<Form.Item
name='password'
......@@ -94,7 +94,7 @@ const LoginWrap: React.FC = () => {
]
}
>
<Input.Password className={styles.loginInput} prefix={<LockOutlined />} placeholder={intl.formatMessage({ id: 'user.qingshurumima' })} size='large' />
<Input.Password className={styles.loginInput} prefix={<LockOutlined />} placeholder={intl.formatMessage({ id: 'user.qingshurumima' })} />
</Form.Item>
{validButton && (<Form.Item
className={'loginVerBtn'}
......
......@@ -34,8 +34,14 @@
box-shadow: none;
color: #C8CACD;
border-radius: 4px;
font-size: 14px;
height: 40px;
&:hover, &:active {
input {
font-size: 14px;
}
&:hover, &:focus {
box-shadow: none;
border: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment