Yansen 2 年前
父节点
当前提交
fb6abfafd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/IssueCard/index.jsx

+ 1
- 1
src/components/IssueCard/index.jsx 查看文件

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