Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
3b111b21
Commit
3b111b21
authored
Aug 20, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
ebb03714
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/common/OrderList/orderlist.scss
+2
-2
src/components/order/order.scss
+2
-2
src/components/passport/common/passwordInput/index.js
+1
-1
No files found.
src/common/OrderList/orderlist.scss
View file @
3b111b21
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
.order-title
{
.order-title
{
font-size
:
16px
;
font-size
:
16px
;
color
:
$color_333
;
color
:
$color_333
;
height
:
1
6
px
;
height
:
1
8
px
;
line-height
:
1
6
px
;
line-height
:
1
8
px
;
}
}
.order-content
{
.order-content
{
...
...
src/components/order/order.scss
View file @
3b111b21
...
@@ -108,8 +108,8 @@
...
@@ -108,8 +108,8 @@
justify-content
:
space-around
;
justify-content
:
space-around
;
.order-title
{
.order-title
{
height
:
1
6
px
;
height
:
1
8
px
;
line-height
:
1
6p
x
;
line-height
:
1
8
x
;
color
:
$color_333
;
color
:
$color_333
;
font-size
:
$font_16
;
font-size
:
$font_16
;
}
}
...
...
src/components/passport/common/passwordInput/index.js
View file @
3b111b21
...
@@ -25,7 +25,7 @@ class PasswordInput extends PureComponent {
...
@@ -25,7 +25,7 @@ class PasswordInput extends PureComponent {
placeholder
=
{
placeholder
}
placeholder
=
{
placeholder
}
{...
rest
}
{...
rest
}
>
>
<
i
className
=
{
classnames
(
'iconfont'
,
[
this
.
state
.
showPassword
?
'icon
pwd-hidden'
:
'iconyanjing
'
])}
<
i
className
=
{
classnames
(
'iconfont'
,
[
this
.
state
.
showPassword
?
'icon
yanjing'
:
'iconpwd-hidden
'
])}
onClick
=
{
this
.
togglePasswordVisibility
}
/
>
onClick
=
{
this
.
togglePasswordVisibility
}
/
>
<
/Input
>
<
/Input
>
);
);
...
...
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