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
linweijiong
jinfa-platform
Commits
6d670cc1
Commit
6d670cc1
authored
Nov 20, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
parent
e2d5eae1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.less
src/pages/transaction/components/orderPayModal/index.less
+2
-2
index.tsx
src/pages/transaction/components/orderPayModal/index.tsx
+1
-1
No files found.
src/pages/transaction/components/orderPayModal/index.less
View file @
6d670cc1
...
...
@@ -73,11 +73,11 @@
.codeItem {
width: 48px;
height: 48px;
line-height:
48px
;
line-height:
0.5
;
text-align: center;
background: #FFFFFF;
border: 1px solid #EBECF0;
font-size:
26
px;
font-size:
80
px;
}
.codeInput {
height: 48px;
...
...
src/pages/transaction/components/orderPayModal/index.tsx
View file @
6d670cc1
...
...
@@ -407,7 +407,7 @@ const OrderPayModal: React.FC<OrderPayModalProps> = (props) => {
className=
{
style
.
codeItem
}
key=
{
index
}
>
{
code
[
index
]
}
{
code
[
index
]
?.
replace
(
/
[
0-9
]
/g
,
'·'
)
}
</
div
>)
}
<
Input
.
Password
...
...
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