add 详情 小图标上的白色点 review by zhanglixia
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -49,7 +49,10 @@ export default class GoodsGroupHeader extends React.Component { | @@ -49,7 +49,10 @@ export default class GoodsGroupHeader extends React.Component { | ||
49 | this.props.onPressFilter && this.props.onPressFilter(rowID); | 49 | this.props.onPressFilter && this.props.onPressFilter(rowID); |
50 | }}> | 50 | }}> |
51 | <View style={{width: itemW - 20,height: itemH - 20,borderColor: 'black',borderWidth: borderWidth}}> | 51 | <View style={{width: itemW - 20,height: itemH - 20,borderColor: 'black',borderWidth: borderWidth}}> |
52 | - <Image source={{uri: url}} style={{width: itemW - 20 - 2*borderWidth,height: itemH - 20 - 2*borderWidth,backgroundColor:'white',}} resizeMode={'contain'}></Image> | 52 | + <Image source={{uri: url}} style={{width: itemW - 20 - 2*borderWidth,height: itemH - 20 - 2*borderWidth,backgroundColor:'white',}} resizeMode={'contain'}> |
53 | + <View style={{width: 10,height: 10,marginLeft: itemW - 20 - 2*borderWidth - 12,marginTop: itemH - 20 - 2*borderWidth - 12,backgroundColor: 'white',borderRadius: 5}}> | ||
54 | + </View> | ||
55 | + </Image> | ||
53 | </View> | 56 | </View> |
54 | </TouchableOpacity> | 57 | </TouchableOpacity> |
55 | </View> | 58 | </View> |
-
Please register or login to post a comment