Yansen 2 年 前
コミット
fb6abfafd0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/components/IssueCard/index.jsx

+ 1
- 1
src/components/IssueCard/index.jsx ファイルの表示

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