...
|
...
|
@@ -60,9 +60,9 @@ export default class CouponCell extends React.Component { |
|
|
frontView = {width: cellUpOneFront,height: 60};
|
|
|
units = {marginLeft: 10,marginTop: 5,width: 15,height: 20};
|
|
|
unitsSize = {fontSize:20};
|
|
|
money = {marginLeft: 1,marginTop: 1,width: 80,height: 25};
|
|
|
money = {marginLeft: 1,marginTop: 1,width: 80,height: 30};
|
|
|
moneySize = {fontSize:25};
|
|
|
name = {marginLeft: 10,marginTop: 5,width: 80,height: 30};
|
|
|
name = {marginLeft: 10,marginTop: 1,width: 80,height: 30};
|
|
|
nameSize = {fontSize:9};
|
|
|
statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 30};
|
|
|
states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60};
|
...
|
...
|
|