Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
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
黄天晨
bh_face_counter
Commits
fa3e195f
Commit
fa3e195f
authored
Jul 11, 2020
by
修福龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改收银台界面
parent
48118b3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
VerticalPage.js
src/pages/VerticalPage.js
+3
-2
No files found.
src/pages/VerticalPage.js
View file @
fa3e195f
...
...
@@ -282,9 +282,10 @@ class VerticalPage extends Component {
style
=
{{
fontSize
:
20
,
textDecorationLine
:
'line-through'
,
color
:
'#999999'
,
marginRight
:
5
,
}}
>
¥
{
NP
.
round
(
item
.
prePrice
,
2
).
toFixed
(
2
)}
/
<
Text
style
=
{{
fontSize
:
20
}}
>
{
item
.
unit
}
<
/Text
>
¥
{
NP
.
round
(
item
.
prePrice
,
2
).
toFixed
(
2
)}
<
/Text
>
<
Text
style
=
{{
fontSize
:
25
,
color
:
colors
.
textXSActive
}}
>
¥
{
NP
.
round
(
item
.
price
,
2
).
toFixed
(
2
)}
/
...
...
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