修复了android店铺优惠券立即领取文字看不全的问题。review by 孙凯。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -74,7 +74,7 @@ export default class CouponCell extends React.Component { | @@ -74,7 +74,7 @@ export default class CouponCell extends React.Component { | ||
74 | moneySize = {fontSize:25}; | 74 | moneySize = {fontSize:25}; |
75 | name = {marginLeft: 10,marginTop: 1,width: 80,height: 30}; | 75 | name = {marginLeft: 10,marginTop: 1,width: 80,height: 30}; |
76 | nameSize = {fontSize:9}; | 76 | nameSize = {fontSize:9}; |
77 | - statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 30}; | 77 | + statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 60}; |
78 | states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60}; | 78 | states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60}; |
79 | } | 79 | } |
80 | 80 |
-
Please register or login to post a comment