Commit 85ec95d4 by chenxu

收银台页面优化

parent 7d5e32fc
......@@ -274,7 +274,7 @@ const styles = {
left: 30,
},
oddItems: {
height: 120,
height: 200,
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,
......
......@@ -21,7 +21,7 @@ class Settles extends React.Component {
};
componentDidUpdate(snapshot) {
// this.listenOrder();
this.listenOrder();
}
listenOrder = () => {
......
......@@ -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,
......
......@@ -1035,6 +1035,7 @@ const styles = {
header: {
alignItems: 'center',
flexDirection: 'row',
justifyContent: 'space-around',
backgroundColor: '#fc4000',
height: '6%',
paddingRight: width > 801 ? 40 : scaleSize(25),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment