add 资源 review by zhanglixia
Showing
3 changed files
with
2 additions
and
1 deletions
@@ -82,7 +82,8 @@ export default class GoodsGroupHeader extends React.Component { | @@ -82,7 +82,8 @@ export default class GoodsGroupHeader extends React.Component { | ||
82 | /> | 82 | /> |
83 | <View style={{width: width,height: 10,backgroundColor: 'white',}}> | 83 | <View style={{width: width,height: 10,backgroundColor: 'white',}}> |
84 | </View> | 84 | </View> |
85 | - <View style={{width: width,height: 9,backgroundColor: 'white',borderBottomWidth: 1, borderBottomColor: '#e0e0e0'}}> | 85 | + <View style={{width: width,height: 9,backgroundColor: 'white'}}> |
86 | + <View style={{position: 'absolute',marginTop:8,width: width,height: 1,backgroundColor: '#e0e0e0'}}/> | ||
86 | <Image source={require('../../image/global_arrow_up.png')} style={{marginLeft: n,width: 16,height: 9,backgroundColor: 'transparent'}}> | 87 | <Image source={require('../../image/global_arrow_up.png')} style={{marginLeft: n,width: 16,height: 9,backgroundColor: 'transparent'}}> |
87 | </Image> | 88 | </Image> |
88 | </View> | 89 | </View> |
![](/mobile/YH_RNComponent/raw/fbd4a334d56a599a8d282e07efe06c72a464a6c7/js/guang/image/global_arrow_up@3x.png)
1.2 KB
-
Please register or login to post a comment