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
85ec95d4
Commit
85ec95d4
authored
Jan 30, 2021
by
chenxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收银台页面优化
parent
7d5e32fc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
Car.js
src/components/Car.js
+3
-1
Settles.js
src/components/Settles.js
+1
-1
OrderPage.js
src/pages/OrderPage.js
+1
-1
VerticalPage.js
src/pages/VerticalPage.js
+1
-0
No files found.
src/components/Car.js
View file @
85ec95d4
...
...
@@ -274,7 +274,7 @@ const styles = {
left
:
30
,
},
oddItems
:
{
height
:
12
0
,
height
:
20
0
,
flexDirection
:
'row'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
...
...
@@ -284,6 +284,8 @@ const styles = {
borderRadius
:
20
,
marginBottom
:
20
,
elevation
:
10
,
paddingTop
:
15
,
paddingBottom
:
15
,
},
footer
:
{
width
:
width
,
...
...
src/components/Settles.js
View file @
85ec95d4
...
...
@@ -21,7 +21,7 @@ class Settles extends React.Component {
};
componentDidUpdate
(
snapshot
)
{
//
this.listenOrder();
this
.
listenOrder
();
}
listenOrder
=
()
=>
{
...
...
src/pages/OrderPage.js
View file @
85ec95d4
...
...
@@ -413,7 +413,7 @@ const styles = {
},
goodsPrice
:
{
width
:
width
*
0.85
*
0.3333
*
0.9
,
height
:
25
,
height
:
50
,
// textAlign: 'right',
paddingRight
:
20
,
marginTop
:
5
,
...
...
src/pages/VerticalPage.js
View file @
85ec95d4
...
...
@@ -1035,6 +1035,7 @@ const styles = {
header
:
{
alignItems
:
'center'
,
flexDirection
:
'row'
,
justifyContent
:
'space-around'
,
backgroundColor
:
'#fc4000'
,
height
:
'6%'
,
paddingRight
:
width
>
801
?
40
:
scaleSize
(
25
),
...
...
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