Yansen 2 lat temu
rodzic
commit
fb6abfafd0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/IssueCard/index.jsx

+ 1
- 1
src/components/IssueCard/index.jsx Wyświetl plik

@@ -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>