|
@@ -50,7 +50,7 @@ export default (props) => {
|
50
|
50
|
<View className={style['issue-card-footer']}>
|
51
|
51
|
<View>
|
52
|
52
|
<Image src={icon} />
|
53
|
|
- <Text>{detail?.issueAddr || detail?.addr || ''}</Text>
|
|
53
|
+ <Text style={{'verticalAlign': 'middle'}}>{detail?.issueAddr || detail?.addr || ''}</Text>
|
54
|
54
|
</View>
|
55
|
55
|
<View style={{ color: styleColor[1] }}>{statusTxt}</View>
|
56
|
56
|
</View>
|