Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
f9270d3e
Commit
f9270d3e
authored
Apr 21, 2022
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 登录页面输入框字体大小样式修改
parent
8220859e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
LoginWrap.tsx
src/pages/user/components/LoginWrap.tsx
+2
-2
index.less
src/pages/user/components/index.less
+7
-1
No files found.
src/pages/user/components/LoginWrap.tsx
View file @
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'
}
...
...
src/pages/user/components/index.less
View file @
f9270d3e
...
...
@@ -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;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment