
HTML 代码
<View className='user-info'> <Image className='user-icon' src={this.props.user.data.avatarUrl} /> <Text className='user-name'> {this.props.user.data.nickName}</Text> </View> CSS 代码
.user-info padding 10px outline 1px solid red margin-top 40px image width 72px height 72px border-radius 72px vertical-align middle 写出来是这样的 
1 U7Q5tLAex2FI0o0g 2018-08-20 16:54:27 +08:00 网上搜一下解决方法一大堆。请善用搜索。 |
2 abelmakihara 2018-08-20 18:25:20 +08:00 line-height 72px flex |