Showing
1 changed file
with
2 additions
and
2 deletions
@@ -60,9 +60,9 @@ export default class CouponCell extends React.Component { | @@ -60,9 +60,9 @@ export default class CouponCell extends React.Component { | ||
60 | frontView = {width: cellUpOneFront,height: 60}; | 60 | frontView = {width: cellUpOneFront,height: 60}; |
61 | units = {marginLeft: 10,marginTop: 5,width: 15,height: 20}; | 61 | units = {marginLeft: 10,marginTop: 5,width: 15,height: 20}; |
62 | unitsSize = {fontSize:20}; | 62 | unitsSize = {fontSize:20}; |
63 | - money = {marginLeft: 1,marginTop: 1,width: 80,height: 25}; | 63 | + money = {marginLeft: 1,marginTop: 1,width: 80,height: 30}; |
64 | moneySize = {fontSize:25}; | 64 | moneySize = {fontSize:25}; |
65 | - name = {marginLeft: 10,marginTop: 5,width: 80,height: 30}; | 65 | + name = {marginLeft: 10,marginTop: 1,width: 80,height: 30}; |
66 | nameSize = {fontSize:9}; | 66 | nameSize = {fontSize:9}; |
67 | statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 30}; | 67 | statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 30}; |
68 | states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60}; | 68 | states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60}; |
-
Please register or login to post a comment